BindingOperations.ClearAllBindings(DependencyObject) 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.
Supprime toutes les liaisons, notamment les liaisons de type Binding, MultiBinding et PriorityBinding, à partir du DependencyObject spécifié.
public:
static void ClearAllBindings(System::Windows::DependencyObject ^ target);
public static void ClearAllBindings (System.Windows.DependencyObject target);
static member ClearAllBindings : System.Windows.DependencyObject -> unit
Public Shared Sub ClearAllBindings (target As DependencyObject)
Paramètres
- target
- DependencyObject
Objet à partir duquel supprimer les liaisons.
Exceptions
Si target
est null
.
Remarques
Si l’objet spécifié n’est pas lié aux données, cette méthode n’a aucun effet.