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

一个 String,包含要在 PropertyGridEditorPart 中显示的值。

注解

DisplayNameValue 属性获取或设置通过 DisplayName 属性访问的相同值。 该 DisplayNameValue 属性受到保护,因此只能在类中或通过派生类进行访问。

适用于