DependencyProperty.IsAttached Proprietà

Definizione

Ottiene la proprietà che indica se l'oggetto DependencyProperty è associato a un oggetto DependencyObject tramite registrazione.

public:
 property bool IsAttached { bool get(); };
public bool IsAttached { get; }
member this.IsAttached : bool
Public ReadOnly Property IsAttached As Boolean

Valore della proprietà

true se è associato a un oggetto DependencyObject; in caso contrario, false.

Commenti

Il valore restituito indica se è DependencyProperty stato registrato utilizzando il Register metodo .

Si applica a