JSFieldInfo.IsDefined(Type, Boolean) 메서드

정의

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

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

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

매개 변수

type
Type

검색할 특성 형식입니다.

inherit
Boolean

특성을 찾기 위해 이 멤버의 상속 계층 구조를 검색하려면 true입니다.

반환

모든 경우에 false입니다.

적용 대상

추가 정보