次の方法で共有


XmlSchemaChoice.Items プロパティ

定義

コンポジター (choice) を使用して、格納されている要素のコレクションである XmlSchemaElementXmlSchemaGroupRefXmlSchemaChoiceXmlSchemaSequence、または 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

プロパティ値

XmlSchemaObjectCollection

XmlSchemaChoice 内に格納されている要素のコレクション。

適用対象