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 속성이 보호 되 고 따라서 클래스 또는 파생된 클래스를 통해 액세스할 수 있습니다.