DependencyPropertyDescriptor.Description 속성

정의

DescriptionAttribute에 지정된 멤버 설명을 가져옵니다.

public:
 virtual property System::String ^ Description { System::String ^ get(); };
public override string Description { get; }
member this.Description : string
Public Overrides ReadOnly Property Description As String

속성 값

멤버 설명입니다. DescriptionAttribute가 없으면 속성 값은 기본값인 빈 문자열("")로 설정됩니다.

설명

이 속성은 기본 PropertyDescriptor를 사용합니다.

적용 대상