XmlSchemaObjectCollection.Item[Int32] プロパティ

定義

指定されたインデックス位置にある XmlSchemaObject を取得します。

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

パラメーター

index
Int32

XmlSchemaObject のインデックス。

プロパティ値

XmlSchemaObject

指定したインデックスにある XmlSchemaObject です。

適用対象