XmlSchemaChoice.Items プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンポジター (choice
) を使用して、格納されている要素のコレクションである XmlSchemaElement
、XmlSchemaGroupRef
、XmlSchemaChoice
、XmlSchemaSequence
、または XmlSchemaAny
を取得します。
public:
virtual property System::Xml::Schema::XmlSchemaObjectCollection ^ Items { System::Xml::Schema::XmlSchemaObjectCollection ^ get(); };
public override System.Xml.Schema.XmlSchemaObjectCollection Items { get; }
member this.Items : System.Xml.Schema.XmlSchemaObjectCollection
Public Overrides ReadOnly Property Items As XmlSchemaObjectCollection
プロパティ値
XmlSchemaChoice
内に格納されている要素のコレクション。