ComAwareEventInfo.IsDefined(Type, Boolean) 메서드

정의

지정된 특성을 가진 하나 이상의 인스턴스가 이 멤버에 적용되었는지 여부를 나타냅니다.

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

이 멤버의 상속 체인을 검색하여 특성을 찾으려면 true이고 그렇지 않으면 false입니다.

반환

지정된 특성이 이 멤버에 적용되었으면 true이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보