DependencyObject.RemoveProperty(DependencyProperty) 메서드

정의

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

예외

인수는 null 참조입니다(Nothing Visual Basic).

적용 대상