Compartilhar via


Método ITypeLib.GetTypeInfoType

Recupera o tipo de uma descrição do tipo.

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

Sintaxe

'Declaração
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: UInt32

    Índice da descrição do tipo dentro da biblioteca de tipo.

Segurança do .NET Framework

Consulte também

Referência

ITypeLib Interface

Namespace Microsoft.VisualStudio.VsWizard