Compartilhar via


Método ITypeLib.GetTypeInfo

Recupera a descrição do tipo especificado na biblioteca.

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

Sintaxe

'Declaração
Sub GetTypeInfo ( _
    index As UInteger, _
    <OutAttribute> ByRef ppTInfo As Type _
)
void GetTypeInfo(
    uint index,
    out Type ppTInfo
)
void GetTypeInfo(
    [InAttribute] unsigned int index, 
    [OutAttribute] Type^% ppTInfo
)
abstract GetTypeInfo : 
        index:uint32 * 
        ppTInfo:Type byref -> unit
function GetTypeInfo(
    index : uint, 
    ppTInfo : Type
)

Parâmetros

  • index
    Tipo: UInt32

    Índice da ITypeInfo a ser retornado.

  • ppTInfo
    Tipo: Type%

    Se bem-sucedida, retorna um ponteiro para o ponteiro para o ITypeInfo interface.

Segurança do .NET Framework

Consulte também

Referência

ITypeLib Interface

Namespace Microsoft.VisualStudio.VsWizard