XmlSchemaObjectTable.Item[XmlQualifiedName] Proprietà

Definizione

Restituisce l'elemento nell'oggetto XmlSchemaObjectTable specificato dal nome completo.

public:
 property System::Xml::Schema::XmlSchemaObject ^ default[System::Xml::XmlQualifiedName ^] { System::Xml::Schema::XmlSchemaObject ^ get(System::Xml::XmlQualifiedName ^ name); };
public System.Xml.Schema.XmlSchemaObject? this[System.Xml.XmlQualifiedName name] { get; }
public System.Xml.Schema.XmlSchemaObject this[System.Xml.XmlQualifiedName name] { get; }
member this.Item(System.Xml.XmlQualifiedName) : System.Xml.Schema.XmlSchemaObject
Default Public ReadOnly Property Item(name As XmlQualifiedName) As XmlSchemaObject

Parametri

name
XmlQualifiedName

Oggetto XmlQualifiedName dell'elemento da restituire.

Valore della proprietà

Oggetto XmlSchemaObject dell'elemento nell'oggetto XmlSchemaObjectTable specificato dal nome completo.

Si applica a

Vedi anche