Compartilhar via


Método _ConstructorInfo.GetTypeInfo (UInt32, UInt32, IntPtr)

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Recupera as informações do tipo de um objeto, que podem ser usadas para obter informações de tipo para uma interface.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

void GetTypeInfo(
    uint iTInfo,
    uint lcid,
    IntPtr ppTInfo
)
void GetTypeInfo(
    unsigned int iTInfo,
    unsigned int lcid,
    IntPtr ppTInfo
)
abstract GetTypeInfo : 
        iTInfo:uint32 *
        lcid:uint32 *
        ppTInfo:nativeint -> unit
Sub GetTypeInfo (
    iTInfo As UInteger,
    lcid As UInteger,
    ppTInfo As IntPtr
)

Parâmetros

  • iTInfo
    Type: System.UInt32

    As informações de tipo a serem retornadas.

  • lcid
    Type: System.UInt32

    O identificador de localidade das informações do tipo.

  • ppTInfo
    Type: System.IntPtr

    Recebe um ponteiro para o objeto de informações de tipo solicitado.

Comentários

Este método é para acesso a classes gerenciadas de código não gerenciado e não deve ser chamado em código gerenciado. Para obter mais informações sobre IDispatch::GetTypeInfo, consulte a Biblioteca MSDN.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Interface _ConstructorInfo
Namespace System.Runtime.InteropServices

Retornar ao início