Style.IsEmpty 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.
Propriété protégée. Récupère une valeur indiquant si des éléments de style ont été définis dans le sac d'états.
protected public:
virtual property bool IsEmpty { bool get(); };
public:
virtual property bool IsEmpty { bool get(); };
protected internal virtual bool IsEmpty { get; }
[System.ComponentModel.Browsable(false)]
public virtual bool IsEmpty { get; }
member this.IsEmpty : bool
[<System.ComponentModel.Browsable(false)>]
member this.IsEmpty : bool
Protected Friend Overridable ReadOnly Property IsEmpty As Boolean
Public Overridable ReadOnly Property IsEmpty As Boolean
Valeur de propriété
true
si le sac d'états n'a pas d'éléments de style définis; sinon, false
.
- Attributs