DependencyObject.GetBinding(DependencyProperty) Método

Definición

Proporciona acceso a la clase ActivityBind asociada a la clase DependencyProperty específica.

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

Devoluciones

ActivityBind

La clase ActivityBind asociada a la clase DependencyProperty específica.

Se aplica a