DependencyObject.RemoveProperty(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.
Supprime un DependencyProperty de DependencyObject.
public:
bool RemoveProperty(System::Workflow::ComponentModel::DependencyProperty ^ dependencyProperty);
public bool RemoveProperty (System.Workflow.ComponentModel.DependencyProperty dependencyProperty);
member this.RemoveProperty : System.Workflow.ComponentModel.DependencyProperty -> bool
Public Function RemoveProperty (dependencyProperty As DependencyProperty) As Boolean
Paramètres
- dependencyProperty
- DependencyProperty
Objet DependencyProperty à supprimer.
Retours
true
si l'opération a réussi ; sinon false
.
Exceptions
L’argument est une référence Null (Nothing
en Visual Basic).