DependencyObject::RemoveProperty Method (DependencyProperty^)

 
Namespace:   System.Workflow.ComponentModel
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
bool RemoveProperty(
	DependencyProperty^ dependencyProperty
)

Parameters

dependencyProperty
Type: System.Workflow.ComponentModel::DependencyProperty^

The DependencyProperty to be removed.

Return Value

Type: System::Boolean

true if operation was successful; otherwise, false.

Exception Condition
ArgumentNullException

The argument is a null reference (Nothing in Visual Basic).

.NET Framework
Available since 3.0
Return to top
Show: