TypeDelegator.IsDefined(Type, Boolean) 메서드

정의

attributeType으로 식별된 사용자 지정 특성의 정의 여부를 나타냅니다.

public:
 override bool IsDefined(Type ^ attributeType, bool inherit);
public override bool IsDefined (Type attributeType, bool inherit);
override this.IsDefined : Type * bool -> bool
Public Overrides Function IsDefined (attributeType As Type, inherit As Boolean) As Boolean

매개 변수

attributeType
Type

이 형식의 상속 관계를 검색하여 특성을 찾을지 여부를 지정합니다.

inherit
Boolean

형식으로 식별된 사용자 지정 특성의 배열입니다.

반환

사용자 지정 특성이 attributeType에 의해 식별되면 true이고 그렇지 않으면 false입니다.

예외

attributeType이(가) null인 경우

사용자 지정 특성 형식을 로드할 수 없는 경우

적용 대상