DependencyObject.IsBindingSet(DependencyProperty) Méthode

Définition

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).

S’applique à