Condividi tramite


Metodo ITypeLib.GetTypeInfoType

Recupera il tipo di descrizione del tipo.

Spazio dei nomi:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Sintassi

'Dichiarazione
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
)

Parametri

  • index
    Tipo: System.UInt32
    Indice della descrizione del tipo contenuto nella libreria dei tipi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITypeLib Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VsWizard