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

实现

适用于