BindingOperations.IsDataBound(DependencyObject, DependencyProperty) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une valeur qui indique si la propriété spécifiée est actuellement liée aux données.
public:
static bool IsDataBound(System::Windows::DependencyObject ^ target, System::Windows::DependencyProperty ^ dp);
public static bool IsDataBound (System.Windows.DependencyObject target, System.Windows.DependencyProperty dp);
static member IsDataBound : System.Windows.DependencyObject * System.Windows.DependencyProperty -> bool
Public Shared Function IsDataBound (target As DependencyObject, dp As DependencyProperty) As Boolean
Paramètres
- target
- DependencyObject
Objet où dp
existe.
Propriété de dépendance à vérifier.
Retours
true
si la propriété spécifiée est liée aux données ; sinon, false
.
Exceptions
Si target
est null
.