次の方法で共有


XmlSchema.Attributes プロパティ

Attribute プロパティのコンパイル後の値を保持するスキーマのすべての属性の XmlSchemaObjectTable を取得します。

Public ReadOnly Property Attributes As XmlSchemaObjectTable
[C#]
public XmlSchemaObjectTable Attributes {get;}
[C++]
public: __property XmlSchemaObjectTable* get_Attributes();
[JScript]
public function get Attributes() : XmlSchemaObjectTable;

プロパティ値

Attributes のコレクション。Attributes プロパティのコンパイル後の値。

必要条件

プラットフォーム: 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 名前空間