XmlSchema.Items プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
スキーマ内のスキーマ要素のコレクションを取得し、 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 。
注釈
XmlSchemaAnnotation、XmlSchemaAttribute、XmlSchemaAttributeGroup、XmlSchemaComplexType、XmlSchemaSimpleType、XmlSchemaElement、XmlSchemaGroup、またはXmlSchemaNotationのコレクション。