DependencyProperty.IsAttached Propriété

Définition

Obtient la propriété qui indique si elle DependencyProperty est associée à une DependencyObject 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 cette DependencyProperty valeur a été inscrite à l’aide de la Register méthode.

S’applique à