System::Xml::Schema::XmlSchemaObjectTable::idx_get metodo

XmlSchemaObjectTable::idx_get method

Restituisce l’elemento nella XmlSchemaObjectTable specificato dal nome qualificato.

SharedPtr<XmlSchemaObject> System::Xml::Schema::XmlSchemaObjectTable::idx_get(const SharedPtr<XmlQualifiedName> &name)
ParametroTipoDescrizione
nameconst SharedPtr<XmlQualifiedName>&Il XmlQualifiedName dell’elemento da restituire.

ReturnValue

L’oggetto XmlSchemaObject dell’elemento nella XmlSchemaObjectTable specificato dal nome qualificato.

Vedi anche