BindingOperations.GetPriorityBindingExpression Méthode

Définition

Retourne l’objet PriorityBindingExpression associé à la propriété cible de liaison spécifiée sur l’objet spécifié.

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

Paramètres

target
DependencyObject

Objet cible de liaison où dp se trouve l’objet.

dp
DependencyProperty

Propriété cible de liaison à partir de laquelle récupérer l’objet PriorityBindingExpression .

Retours

Objet PriorityBindingExpression associé à la propriété donnée ou null s’il n’en existe aucun.

Exceptions

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

S’applique à

Voir aussi