DescriptionAttribute.IsDefaultAttribute 메서드

정의

기본 DescriptionAttribute 인스턴스인지 여부를 나타내는 값을 반환합니다.

public:
 override bool IsDefaultAttribute();
public override bool IsDefaultAttribute();
override this.IsDefaultAttribute : unit -> bool
Public Overrides Function IsDefaultAttribute () As Boolean

반품

true이 인스턴스가 기본 DescriptionAttribute 인스턴스이면 .이고, false그렇지 않으면 .

설명

기본값은 빈 문자열("")입니다.

적용 대상