IRegistrationServices.TypeRepresentsComType(Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定指定的类型是否为 COM 类型。
public:
bool TypeRepresentsComType(Type ^ type);
public bool TypeRepresentsComType (Type type);
abstract member TypeRepresentsComType : Type -> bool
Public Function TypeRepresentsComType (type As Type) As Boolean
参数
- type
- Type
要确定其是否为 COM 类型的类型。
返回
如果指定的类型为 COM 类型,则为 true
;否则为 false
。