DependencyObject.RemoveProperty(DependencyProperty) 方法

定义

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

参数

dependencyProperty
DependencyProperty

DependencyProperty要删除的项。

返回

true 如果操作成功,则为否则,为 false.

例外

该参数是 null 引用(Visual Basic 中的 Nothing)。

适用于