BindingOperations.GetBinding(DependencyObject, DependencyProperty) Méthode

Définition

Récupère l'objet Binding défini sur la propriété spécifiée.

public:
 static System::Windows::Data::Binding ^ GetBinding(System::Windows::DependencyObject ^ target, System::Windows::DependencyProperty ^ dp);
public static System.Windows.Data.Binding GetBinding (System.Windows.DependencyObject target, System.Windows.DependencyProperty dp);
static member GetBinding : System.Windows.DependencyObject * System.Windows.DependencyProperty -> System.Windows.Data.Binding
Public Shared Function GetBinding (target As DependencyObject, dp As DependencyProperty) As Binding

Paramètres

target
DependencyObject

Objet où dp existe.

dp
DependencyProperty

Propriété de cible de liaison à partir de laquelle récupérer la liaison.

Retours

Objet Binding défini sur la propriété donnée ou null si aucun objet Binding n'a été défini.

Exceptions

Les paramètres target et dp ne peuvent pas être null.

S’applique à

Voir aussi