Freigeben über


IRegistrationServices.TypeRepresentsComType-Methode

Bestimmt, ob der angegebene Typ ein COM-Typ ist.

Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)

Syntax

'Declaration
Function TypeRepresentsComType ( _
    type As Type _
) As Boolean
'Usage
Dim instance As IRegistrationServices
Dim type As Type
Dim returnValue As Boolean

returnValue = instance.TypeRepresentsComType(type)
bool TypeRepresentsComType (
    Type type
)
bool TypeRepresentsComType (
    Type^ type
)
boolean TypeRepresentsComType (
    Type type
)
function TypeRepresentsComType (
    type : Type
) : boolean

Parameter

  • type
    Der Typ, für den bestimmt wird, ob es sich um einen COM-Typ handelt.

Rückgabewert

true, wenn der angegebene Typ ein COM-Typ ist, andernfalls false.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

IRegistrationServices-Schnittstelle
IRegistrationServices-Member
System.Runtime.InteropServices-Namespace