Freigeben über


UCOMITypeLib.GetTypeInfoType-Methode: (Int32, TYPEKIND)

 

Veröffentlicht: Oktober 2016

Ruft den Typ einer Beschreibung ab.

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

Syntax

void GetTypeInfoType(
    int index,
    out TYPEKIND pTKind
)
void GetTypeInfoType(
    int index,
    [OutAttribute] TYPEKIND% pTKind
)
abstract GetTypeInfoType : 
        index:int *
        pTKind:TYPEKIND byref -> unit
Sub GetTypeInfoType (
    index As Integer,
    <OutAttribute> ByRef pTKind As TYPEKIND
)

Parameter

  • index
    Type: System.Int32

    Der Index der Beschreibung des in der Typbibliothek.

Hinweise

Weitere Informationen zu ITypeLib::GetTypeInfoOfType, finden Sie in der MSDN Library.

Versionsinformationen

.NET Framework
Verfügbar seit 1.1

Siehe auch

UCOMITypeLib-Schnittstelle
System.Runtime.InteropServices-Namespace

Zurück zum Anfang