XmlSchemaRedefine.AttributeGroups Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient XmlSchemaObjectTable, pour tous les attributs du schéma, qui reprend la valeur de post-compilation de la propriété 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
Valeur de propriété
XmlSchemaObjectTable pour tous les attributs du schéma. Valeur de post-compilation de la propriété AttributeGroups
.