Freigeben über


ITypeLib.GetTypeInfoType-Methode

Ruft den Typ einer Typenbeschreibung ab.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

'Declaration
Sub GetTypeInfoType ( _
    index As UInteger, _
    <OutAttribute> ByRef pTKind As tagTYPEKIND _
)
void GetTypeInfoType(
    uint index,
    out tagTYPEKIND pTKind
)
void GetTypeInfoType(
    [InAttribute] unsigned int index, 
    [OutAttribute] tagTYPEKIND% pTKind
)
abstract GetTypeInfoType : 
        index:uint32 * 
        pTKind:tagTYPEKIND byref -> unit
function GetTypeInfoType(
    index : uint, 
    pTKind : tagTYPEKIND
)

Parameter

  • index
    Typ: UInt32

    Der Index der Typenbeschreibung in der Typbibliothek.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITypeLib Schnittstelle

Microsoft.VisualStudio.VsWizard-Namespace