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 集合。

適用於