次の方法で共有


RegistrationServices.TypeRepresentsComType メソッド

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

Public Overridable Function TypeRepresentsComType( _
   ByVal type As Type _) As Boolean Implements IRegistrationServices.TypeRepresentsComType
[C#]
public virtual bool TypeRepresentsComType(Typetype);
[C++]
public: virtual bool TypeRepresentsComType(Type* type);
[JScript]
public function TypeRepresentsComType(
   type : Type) : Boolean;

パラメータ

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

戻り値

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

実装

IRegistrationServices.TypeRepresentsComType

必要条件

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

参照

RegistrationServices クラス | RegistrationServices メンバ | System.Runtime.InteropServices 名前空間