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

String에 표시할 값이 들어 있는 PropertyGridEditorPart입니다.

설명

합니다 DescriptionValue 속성을 통해 액세스 되는 동일한 값을 가져오거나는 Description 속성입니다. DescriptionValue 속성이 보호 되 고 따라서 클래스 또는 파생된 클래스를 통해 액세스할 수 있습니다.

적용 대상