ValueSource.IsCurrent 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.
Indique si la valeur a été définie par la méthode SetCurrentValue(DependencyProperty, Object).
public:
property bool IsCurrent { bool get(); };
public bool IsCurrent { get; }
member this.IsCurrent : bool
Public ReadOnly Property IsCurrent As Boolean
Valeur de propriété
true
si la valeur a été définie par la méthode SetCurrentValue(DependencyProperty, Object) ; sinon, false
.