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