RegistrationServices.TypeRepresentsComType(Type) 메서드

정의

형식이 ComImportAttribute로 표시되거나, ComImportAttribute로 표시된 형식에서 파생되어 부모와 같은 GUID를 공유하는지 나타냅니다.

public:
 virtual bool TypeRepresentsComType(Type ^ type);
public virtual bool TypeRepresentsComType (Type type);
abstract member TypeRepresentsComType : Type -> bool
override this.TypeRepresentsComType : Type -> bool
Public Overridable Function TypeRepresentsComType (type As Type) As Boolean

매개 변수

type
Type

COM 형식인지 확인할 형식입니다.

반환

형식이 ComImportAttribute로 표시되거나, ComImportAttribute로 표시된 형식에서 파생되어 부모와 같은 GUID를 공유하면 true이고, 그렇지 않으면 false입니다.

구현

적용 대상