XmlSchema.Attributes プロパティ

定義

スキーマ内のすべての属性について、スキーマ コンパイル後の値を取得します。

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

プロパティ値

スキーマ内のすべての属性の XmlSchemaObjectTable コレクション。

適用対象