System::Xml::Schema::XmlSchema::get_Items method

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()

ReturnValue

An XmlSchemaObjectCollection of schema elements in the schema.

See Also