DependencyPropertyDescriptor.DependencyProperty 속성

정의

종속성 속성 식별자를 반환합니다.

public:
 property System::Windows::DependencyProperty ^ DependencyProperty { System::Windows::DependencyProperty ^ get(); };
public System.Windows.DependencyProperty DependencyProperty { get; }
member this.DependencyProperty : System.Windows.DependencyProperty
Public ReadOnly Property DependencyProperty As DependencyProperty

속성 값

종속성 속성 식별자입니다.

설명

이 속성은 null 종속성 속성이 아닌 속성에 대해 instance 만든 경우 DependencyPropertyDescriptor 일 수 있습니다.

적용 대상