DependencyObject.IsBindingSet(DependencyProperty) Método

Definición

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

DependencyProperty que se va a probar.

Devoluciones

Boolean

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

Excepciones

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

Se aplica a