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
。