DependencyObject.GetBinding(DependencyProperty) 메서드

정의

특정 ActivityBind와 연결된 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

매개 변수

반환

ActivityBind

특정 ActivityBind와 연결된 DependencyProperty입니다.

적용 대상