次の方法で共有


IRegistrationServices.TypeRepresentsComType メソッド

指定した型が COM 型かどうかを確認します。

Function TypeRepresentsComType( _
   ByVal type As Type _) As Boolean
[C#]
bool TypeRepresentsComType(
   Typetype);
[C++]
bool TypeRepresentsComType(
   Type* type);
[JScript]
function TypeRepresentsComType(
   type : Type) : Boolean;

パラメータ

  • type
    COM 型かどうかを確認する型。

戻り値

指定した型が COM 型の場合は true 。それ以外の場合は false

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

IRegistrationServices インターフェイス | IRegistrationServices メンバ | System.Runtime.InteropServices 名前空間