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

注釈

XmlSchemaAnnotationXmlSchemaAttributeXmlSchemaAttributeGroupXmlSchemaComplexTypeXmlSchemaSimpleTypeXmlSchemaElementXmlSchemaGroup、またはXmlSchemaNotationのコレクション。

適用対象