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

适用于