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

プロパティ値

依存関係プロパティ識別子。

注釈

既定の動作では、 nullが返されます。

適用対象