DependencyObject.RemoveProperty(DependencyProperty) Método
Definição
Remove um DependencyProperty do DependencyObject.Removes a DependencyProperty from the 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
Parâmetros
- dependencyProperty
- DependencyProperty
O DependencyProperty a ser removido.The DependencyProperty to be removed.
Retornos
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).