WebDisplayNameAttribute.DisplayNameValue プロパティ

定義

PropertyGridEditorPart コントロールに表示される名前を取得または設定します。

protected:
 property System::String ^ DisplayNameValue { System::String ^ get(); void set(System::String ^ value); };
protected string DisplayNameValue { get; set; }
member this.DisplayNameValue : string with get, set
Protected Property DisplayNameValue As String

プロパティ値

String に表示する値を含む PropertyGridEditorPart

注釈

プロパティは DisplayNameValue 、 プロパティを介してアクセスされるのと同じ値を DisplayName 取得または設定します。 プロパティは DisplayNameValue 保護されているため、 クラス内または派生クラスを介してのみアクセスできます。

適用対象