다음을 통해 공유


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 보호되므로 클래스 내에서 또는 파생 클래스를 통해서만 액세스할 수 있습니다.

적용 대상