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 objet DependencyProperty est définie comme liaison. Consultez 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
s'il est défini comme liaison ; sinon, false
.
Exceptions
dependencyProperty
est une référence Null (Nothing
en Visual Basic).