XmlSchema.Items プロパティ

定義

スキーマに含まれるスキーマ要素コレクションを取得します。新しい要素型を schema 要素レベルで追加する場合に使用します。

public:
 property System::Xml::Schema::XmlSchemaObjectCollection ^ Items { System::Xml::Schema::XmlSchemaObjectCollection ^ get(); };
public System.Xml.Schema.XmlSchemaObjectCollection Items { get; }
member this.Items : System.Xml.Schema.XmlSchemaObjectCollection
Public ReadOnly Property Items As XmlSchemaObjectCollection

プロパティ値

XmlSchemaObjectCollection

スキーマに含まれるスキーマ要素の XmlSchemaObjectCollection

注釈

、、、XmlSchemaAttributeGroupXmlSchemaComplexTypeXmlSchemaElementXmlSchemaSimpleTypeXmlSchemaGroup、またはXmlSchemaNotationのコレクションXmlSchemaAnnotationです。 XmlSchemaAttribute

適用対象