DependencyObject.IsBindingSet(DependencyProperty) Метод

Определение

Указывает, задано ли значение DependencyProperty как привязка. См. раздел 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

Параметры

dependencyProperty
DependencyProperty

Объект DependencyProperty для проверки.

Возвращаемое значение

Boolean

Значение true, если значение задано как привязка, и значение false в противном случае.

Исключения

Параметр dependencyProperty является неопределенной ссылкой (Nothing в Visual Basic).

Применяется к