DependencyObject.GetBinding(DependencyProperty) Method

Definition

Provides access to the ActivityBind associated with the specific DependencyProperty.

public:
 System::Workflow::ComponentModel::ActivityBind ^ GetBinding(System::Workflow::ComponentModel::DependencyProperty ^ dependencyProperty);
public System.Workflow.ComponentModel.ActivityBind GetBinding (System.Workflow.ComponentModel.DependencyProperty dependencyProperty);
member this.GetBinding : System.Workflow.ComponentModel.DependencyProperty -> System.Workflow.ComponentModel.ActivityBind
Public Function GetBinding (dependencyProperty As DependencyProperty) As ActivityBind

Parameters

dependencyProperty
DependencyProperty

The DependencyProperty.

Returns

The ActivityBind associated with the specific DependencyProperty.

Applies to