DependencyObject.RemoveProperty(DependencyProperty) Methode

Definition

Entfernt ein DependencyProperty aus dem 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

Parameter

dependencyProperty
DependencyProperty

Der DependencyProperty zu entfernende

Gibt zurück

truewenn der Vorgang erfolgreich war; andernfalls . false

Ausnahmen

Das Argument ist ein Nullverweis (Nothing in Visual Basic).

Gilt für: