DependencyObject.RemoveProperty(DependencyProperty) Methode

Definition

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

Parameter

dependencyProperty
DependencyProperty

Das DependencyProperty-Objekt, das entfernt werden soll.

Gibt zurück

true, wenn der Vorgang erfolgreich war; andernfalls false.

Ausnahmen

Das Argument ist ein NULL-Verweis (Nothing in Visual Basic).

Gilt für: