DependencyObject.RemoveProperty(DependencyProperty) Méthode

Définition

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

Boolean

true si l'opération a réussi ; sinon false.

Exceptions

L’argument est une référence Null (Nothing en Visual Basic).

S’applique à