XmlSchemaAll.Items プロパティ

定義

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

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に含まれる要素のコレクション。

適用対象