XmlSchema.AttributeGroups 屬性

定義

取得結構中所有全域屬性群組的後 schema 編譯值。

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

屬性值

一個 XmlSchemaObjectTable 包含結構中所有全域屬性群組的集合。

適用於