共用方式為


MarkupProperty.DependencyProperty 屬性

定義

在衍生類別中覆寫時,如果屬性是實作為相依性屬性,則取得標記屬性的 DependencyProperty 識別項。

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

屬性值

DependencyProperty

相依性屬性的識別項。

備註

預設行為會傳 null 回 。

適用於