Metodo System::Xml::Schema::XmlSchemaObjectCollection::idx_get

XmlSchemaObjectCollection::idx_get method

Restituisce il XmlSchemaObject all’indice specificato.

virtual SharedPtr<XmlSchemaObject> System::Xml::Schema::XmlSchemaObjectCollection::idx_get(int32_t index)
ParametroTipoDescrizione
indexint32_tL’indice del XmlSchemaObject.

ReturnValue

Il XmlSchemaObject all’indice specificato.

Vedi anche