DependencyPropertyDescriptor.DisplayName プロパティ

定義

プロパティ ウィンドウなど、ウィンドウに表示できる名前を取得します。

public:
 virtual property System::String ^ DisplayName { System::String ^ get(); };
public override string DisplayName { get; }
member this.DisplayName : string
Public Overrides ReadOnly Property DisplayName As String

プロパティ値

プロパティに表示する名前。

注釈

このプロパティは、基になる PropertyDescriptorに依存します。

適用対象

こちらもご覧ください