DependencyPropertyDescriptor.DependencyProperty プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
依存関係プロパティ識別子を返します。
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可能性があります。