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.

Исключения

Аргумент является пустой ссылкой (Nothing в Visual Basic).

Применяется к