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

属性值

依赖属性标识符。

注解

如果DependencyPropertyDescriptor为不是依赖属性的属性创建了实例,则此属性可能null为 。

适用于