DependencyObject.GetBinding(DependencyProperty) Método
Definição
Fornece acesso para ao ActivityBind associado ao DependencyProperty específico.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
Parâmetros
- dependencyProperty
- DependencyProperty
Retornos
O ActivityBind associado ao DependencyProperty específico.The ActivityBind associated with the specific DependencyProperty.