DependencyObject.IsBindingSet(DependencyProperty) Méthode
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 d’un DependencyProperty est définie en tant que liaison. Voir SetBinding(DependencyProperty, ActivityBind).
public:
bool IsBindingSet(System::Workflow::ComponentModel::DependencyProperty ^ dependencyProperty);
public bool IsBindingSet(System.Workflow.ComponentModel.DependencyProperty dependencyProperty);
member this.IsBindingSet : System.Workflow.ComponentModel.DependencyProperty -> bool
Public Function IsBindingSet (dependencyProperty As DependencyProperty) As Boolean
Paramètres
- dependencyProperty
- DependencyProperty
DependencyProperty À tester.
Retours
true si elle est définie en tant que liaison ; sinon, false.
Exceptions
dependencyProperty est une référence Null (Nothing dans Visual Basic).