UCOMITypeLib.GetTypeInfoType-Methode

Ruft den Typ einer Typenbeschreibung ab.

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

Syntax

'Declaration
Sub GetTypeInfoType ( _
    index As Integer, _
    <OutAttribute> ByRef pTKind As TYPEKIND _
)
'Usage
Dim instance As UCOMITypeLib
Dim index As Integer
Dim pTKind As TYPEKIND

instance.GetTypeInfoType(index, pTKind)
void GetTypeInfoType (
    int index,
    out TYPEKIND pTKind
)
void GetTypeInfoType (
    int index, 
    [OutAttribute] TYPEKIND% pTKind
)
void GetTypeInfoType (
    int index, 
    /** @attribute OutAttribute() */ /** @ref */ TYPEKIND pTKind
)
JScript unterstützt die Übergabe von Werttypargumenten als Verweis nicht.

Parameter

  • index
    Der Index der Typenbeschreibung in der Typbibliothek.
  • pTKind
    Verweis auf die TYPEKIND-Enumeration für die Typenbeschreibung.

Hinweise

Weitere Informationen über ITypeLib::GetTypeInfoOfType finden Sie in der MSDN Library.

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

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