UpdatePanel.Attributes 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 la collection d'attributs de feuille de style en cascade (CSS) du contrôle UpdatePanel.
public:
property System::Web::UI::AttributeCollection ^ Attributes { System::Web::UI::AttributeCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.UI.AttributeCollection Attributes { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Attributes : System.Web.UI.AttributeCollection
Public ReadOnly Property Attributes As AttributeCollection
Valeur de propriété
Noms des règles de style CSS dans la collection d'attributs.
- Attributs
Remarques
La Attributes propriété contient une collection d’attributs de style CSS qui peuvent être utilisés dans l’élément englobant div
du UpdatePanel contrôle.