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

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

반품

테이블에 클래스 수준의 형식에 대한 메타데이터 또는 a 또는 ;와 연결된 메타데이터가 포함되어 있으면 />이고, 그렇지 않으면 .

예외

typenull입니다.

적용 대상