MarkupProperty.DependencyProperty 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,如果屬性是實作為相依性屬性,則取得標記屬性的 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
屬性值
相依性屬性的識別項。
備註
預設行為會傳 null
回 。