DependencyObject.RemoveProperty(DependencyProperty) Método

Definição

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

Parâmetros

dependencyProperty
DependencyProperty

O DependencyProperty a ser removido.The DependencyProperty to be removed.

Retornos

Boolean

true se a operação tiver sido bem-sucedida; caso contrário, false.true if operation was successful; otherwise, false.

Exceções

O argumento é uma referência nula (Nothing no Visual Basic).The argument is a null reference (Nothing in Visual Basic).

Aplica-se a