DependencyProperty.IsAttached 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 propriété qui indique si ce DependencyProperty est associé à un DependencyObject par inscription.
public:
property bool IsAttached { bool get(); };
public bool IsAttached { get; }
member this.IsAttached : bool
Public ReadOnly Property IsAttached As Boolean
Valeur de propriété
true
s'il est attaché à un DependencyObject ; sinon, false
.
Remarques
La valeur retournée indique si ce DependencyProperty a été enregistré en utilisant la méthode Register.