get_Items()

XmlSchema::get_Items() method

Returns the collection of schema elements in the schema and is used to add new element types at the schema element level.

SharedPtr<XmlSchemaObjectCollection> System::Xml::Schema::XmlSchema::get_Items()

Return Value

An XmlSchemaObjectCollection of schema elements in the schema.

See Also