Partager via


DependencyProperty.IsAttached Propriété

Définition

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é

Boolean

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.

S’applique à