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 .

Возвращаемое значение

true Значение , если операция выполнена успешно; falseв противном случае .

Исключения

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

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