다음을 통해 공유


AttributeTable.ContainsAttributes(Type) 메서드

정의

지정된 형식에 대한 메타데이터가 이 테이블에 포함되어 있는지 확인합니다.

public:
 bool ContainsAttributes(Type ^ type);
public bool ContainsAttributes (Type type);
member this.ContainsAttributes : Type -> bool
Public Function ContainsAttributes (type As Type) As Boolean

매개 변수

type
Type

메타데이터를 확인할 형식입니다.

반환

테이블에 해당 형식에 대한 클래스 수준의 메타데이터나 true 또는 DependencyProperty와 연결된 메타데이터가 포함되어 있는 경우 MemberDescriptor이고, 그렇지 않으면 false입니다.

예외

type이(가) null인 경우

적용 대상