DescriptionAttribute.IsDefaultAttribute 메서드

정의

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

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

반환

이것이 기본 DescriptionAttribute 인스턴스이면 true이고, 그렇지 않으면 false입니다.

설명

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

적용 대상