ITypeLib.GetTypeInfoType (Método)

Recupera el tipo de una descripción de tipos.

Espacio de nombres:  Microsoft.VisualStudio.VsWizard
Ensamblado:  Microsoft.VisualStudio.VsWizard (en Microsoft.VisualStudio.VsWizard.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • index
    Tipo: System.UInt32
    Índice de la descripción del tipo de la biblioteca de tipos.

Seguridad de .NET Framework

Vea también

Referencia

ITypeLib Interfaz

Microsoft.VisualStudio.VsWizard (Espacio de nombres)