XmlSchemas.Item[] 屬性

定義

取得或設定集合中的 XmlSchema 物件。

多載

Item[Int32]

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

取得或設定在指定索引處的 XmlSchema 物件。

Item[String]

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

取得指定的 XmlSchema 物件,表示與指定命名空間相關聯的 XML 結構描述。

Item[Int32]

取得或設定在指定索引處的 XmlSchema 物件。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 property System::Xml::Schema::XmlSchema ^ default[int] { System::Xml::Schema::XmlSchema ^ get(int index); void set(int index, System::Xml::Schema::XmlSchema ^ value); };
public System.Xml.Schema.XmlSchema this[int index] { get; set; }
member this.Item(int) : System.Xml.Schema.XmlSchema with get, set
Default Public Property Item(index As Integer) As XmlSchema

參數

index
Int32

要擷取的項目索引。

屬性值

XmlSchema

指定的 XmlSchema

適用於

Item[String]

取得指定的 XmlSchema 物件,表示與指定命名空間相關聯的 XML 結構描述。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 property System::Xml::Schema::XmlSchema ^ default[System::String ^] { System::Xml::Schema::XmlSchema ^ get(System::String ^ ns); };
public System.Xml.Schema.XmlSchema? this[string? ns] { get; }
public System.Xml.Schema.XmlSchema this[string ns] { get; }
member this.Item(string) : System.Xml.Schema.XmlSchema
Default Public ReadOnly Property Item(ns As String) As XmlSchema

參數

ns
String

指定物件的命名空間。

屬性值

XmlSchema

指定的 XmlSchema 物件。

適用於