DependencyObject.GetBinding(DependencyProperty) Méthode

Définition

Fournit l’accès à l’associé ActivityBind à l’élément spécifique 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

Paramètres

dependencyProperty
DependencyProperty

L’attribut DependencyProperty.

Retours

Associé ActivityBind à l’élément spécifique DependencyProperty.

S’applique à