DependencyObject.IsSealed 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.
Récupère une valeur qui indique si cette instance est actuellement sealed (en lecture seule).
public:
property bool IsSealed { bool get(); };
public bool IsSealed { get; }
member this.IsSealed : bool
Public ReadOnly Property IsSealed As Boolean
Valeur de propriété
true
si cette instance est sealed ; sinon, false
.
Remarques
Cette valeur est définie en interne.