XmlSchemaRedefine.AttributeGroups 属性

定义

获取架构中所有特性的 XmlSchemaObjectTable,它保存 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

架构中所有特性的 XmlSchemaObjectTableAttributeGroups 属性的编译后值。

适用于