XmlSchemaAll.Items プロパティ

定義

XmlSchemaElement コンポジター内に格納されている all 要素のコレクションを取得します。

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

プロパティ値

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

適用対象