XmlSchemas.Item[] 屬性

定義

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

多載

名稱 Description
Item[Int32]

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

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

Item[String]

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

會取得 XmlSchema 一個指定物件,代表與指定命名空間相關的 XML 架構。

Item[Int32]

來源:
XmlSchemas.cs
來源:
XmlSchemas.cs
來源:
XmlSchemas.cs
來源:
XmlSchemas.cs
來源:
XmlSchemas.cs

取得或設定 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

適用於

Item[String]

來源:
XmlSchemas.cs
來源:
XmlSchemas.cs
來源:
XmlSchemas.cs
來源:
XmlSchemas.cs
來源:
XmlSchemas.cs

會取得 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 物件。

適用於