WebDescriptionAttribute.DescriptionValue 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置要在 PropertyGridEditorPart 控件中显示的工具提示。
protected:
property System::String ^ DescriptionValue { System::String ^ get(); void set(System::String ^ value); };
protected string DescriptionValue { get; set; }
member this.DescriptionValue : string with get, set
Protected Property DescriptionValue As String
属性值
一个 String,包含要在 PropertyGridEditorPart 中显示的值。
注解
属性 DescriptionValue 获取或设置通过 Description 属性访问的相同值。 属性 DescriptionValue 受保护,因此只能在 类中或通过派生类访问。