Share via


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

適用於