WebDescriptionAttribute.DescriptionValue 属性

定义

获取或设置要在 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 受保护,因此只能在 类中或通过派生类访问。

适用于