JSMethod.IsDefined(Type, Boolean) 메서드

정의

지정된 특성 형식이 이 메서드에 연결되어 있는지 여부를 확인합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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

매개 변수

type
Type

검색할 특성 유형입니다.

inherit
Boolean

true 이 멤버의 상속 계층을 검색하여 특성을 찾습니다.

반품

false 모든 경우에 해당합니다.

적용 대상

추가 정보