DependencyObject.IsBindingSet(DependencyProperty) Método

Definición

Indica si el valor de se DependencyProperty establece como un enlace. Consulte 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

Parámetros

dependencyProperty
DependencyProperty

que DependencyProperty se va a probar.

Devoluciones

true si se establece como enlace; de lo contrario, false.

Excepciones

dependencyProperty es una referencia nula (Nothing en Visual Basic).

Se aplica a