XmlSchemaRedefine.AttributeGroups Property

Definition

Gets the XmlSchemaObjectTable , for all attributes in the schema, which holds the post-compilation value of the AttributeGroups property.

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

Property Value

The XmlSchemaObjectTable for all attributes in the schema. The post-compilation value of the AttributeGroups property.

Applies to