XmlSchemaChoice.Items プロパティ
コンポジタ (choice) を使用して、格納されている要素のコレクションである XmlSchemaElement 、 XmlSchemaGroupRef 、 XmlSchemaChoice 、 XmlSchemaSequence 、または XmlSchemaAny を取得します。
Overrides Public ReadOnly Property Items As _
XmlSchemaObjectCollection
[C#]
public override XmlSchemaObjectCollection Items {get;}
[C++]
public: __property XmlSchemaObjectCollection* get_Items();
[JScript]
public override function get Items() : XmlSchemaObjectCollection;
プロパティ値
XmlSchemaChoice 内に格納されている要素のコレクション。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
XmlSchemaChoice クラス | XmlSchemaChoice メンバ | System.Xml.Schema 名前空間