XmlSchemaObjectTable.Item[XmlQualifiedName] Özellik

Tanım

belirtilen içindeki XmlSchemaObjectTable öğesini nitelenmiş ada göre döndürür.

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

Parametreler

name
XmlQualifiedName

XmlQualifiedName Döndürülecek öğenin değeri.

Özellik Değeri

XmlSchemaObject içindeki öğesinin nitelenmiş XmlSchemaObjectTable adla belirtilen öğesi.

Şunlara uygulanır

Ayrıca bkz.