DescriptionAttribute.DescriptionValue 속성

정의

설명으로 저장된 문자열을 가져오거나 설정합니다.

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

속성 값

설명으로 저장된 문자열입니다. 기본값은 빈 문자열("")입니다.

설명

속성의 기본 구현은 Description 이 값을 반환합니다.

이 추가 속성은 에서 파생 DescriptionAttribute 되고 지역화된 버전을 제공할 수 있도록 존재합니다. 파생 지역화 가능 DescriptionAttribute 항목은 프라이빗 부울 필드를 유지 관리하여 지역화되었는지 여부를 나타냅니다. 속성에 대한 첫 번째 액세스 Description 에서 지역화된 문자열을 조회하고 속성에 DescriptionValue 다시 저장합니다.

적용 대상