Método System::Xml::Schema::XmlSchemaObjectCollection::idx_get

XmlSchemaObjectCollection::idx_get method

Devuelve el XmlSchemaObject en el índice especificado.

virtual SharedPtr<XmlSchemaObject> System::Xml::Schema::XmlSchemaObjectCollection::idx_get(int32_t index)
ParámetroTipoDescripción
indexint32_tEl índice del XmlSchemaObject.

ReturnValue

El XmlSchemaObject en el índice especificado.

Ver también