DependencyObject.IsBindingSet(DependencyProperty) Method

Definition

Indicates whether the value of a DependencyProperty is set as a binding. See SetBinding(DependencyProperty, ActivityBind).

C#
public bool IsBindingSet(System.Workflow.ComponentModel.DependencyProperty dependencyProperty);

Parameters

dependencyProperty
DependencyProperty

The DependencyProperty to test.

Returns

true if set as a binding; otherwise, false.

Exceptions

dependencyProperty is a null reference (Nothing in Visual Basic).

Applies to

Proizvod Verzije
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1