XmlSchema.AttributeGroups 屬性

定義

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

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

結構描述中所有全域屬性群組的 XmlSchemaObjectTable 集合。

適用於