System::Xml::Schema::XmlSchemaObjectCollection::idx_get method

XmlSchemaObjectCollection::idx_get method

Returns the XmlSchemaObject at the specified index.

virtual SharedPtr<XmlSchemaObject> System::Xml::Schema::XmlSchemaObjectCollection::idx_get(int32_t index)
ParameterTypeDescription
indexint32_tThe index of the XmlSchemaObject.

ReturnValue

The XmlSchemaObject at the specified index.

See Also