idx_get()

XmlSchemaObjectCollection::idx_get(int32_t) method

Returns the XmlSchemaObject at the specified index.

virtual SharedPtr<XmlSchemaObject> System::Xml::Schema::XmlSchemaObjectCollection::idx_get(int32_t index)

Arguments

ParameterTypeDescription
indexint32_tThe index of the XmlSchemaObject.

Return Value

The XmlSchemaObject at the specified index.

See Also