RegistrationServices.TypeRepresentsComType(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出某個型別是使用 ComImportAttribute 標記,或是衍生自使用 ComImportAttribute 標記的型別並與父代 (Parent) 共用相同的 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
。