WebDisplayNameAttribute.DisplayNameValue 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置要在 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 属性受到保护,因此只能在类中或通过派生类进行访问。