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 .

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

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

Исключения

dependencyProperty является пустой ссылкой (Nothing в Visual Basic).

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