XmlSchema.AttributeGroups Propiedad

Definición

Obtiene el valor posterior a la compilación del esquema de todos los grupos de atributos globales del esquema.

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

Valor de propiedad

XmlSchemaObjectTable

Una colección XmlSchemaObjectTable de todos los grupos de atributos globales del esquema.

Se aplica a