DependencyObject.RemoveProperty(DependencyProperty) メソッド

定義

DependencyProperty から 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

パラメーター

dependencyProperty
DependencyProperty

削除する DependencyProperty です。

戻り値

Boolean

操作が正常に実行された場合は true、それ以外の場合は false

例外

引数が null 参照 (Visual Basic の場合は Nothing) です。

適用対象