次の方法で共有


XmlSchema.Items プロパティ

schema 要素レベルで新しい要素型を追加するために使用する Items コレクションを取得します。

Public ReadOnly Property Items As XmlSchemaObjectCollection
[C#]
public XmlSchemaObjectCollection Items {get;}
[C++]
public: __property XmlSchemaObjectCollection* get_Items();
[JScript]
public function get Items() : XmlSchemaObjectCollection;

プロパティ値

新しい要素型を追加するための Items コレクション。

解説

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

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

XmlSchema クラス | XmlSchema メンバ | System.Xml.Schema 名前空間