Attribute._Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) Método

Definição

Recupera as informações de tipo para um objeto, que pode ser usado para obter as informações de tipo para uma interface.

 virtual void System.Runtime.InteropServices._Attribute.GetTypeInfo(System::UInt32 iTInfo, System::UInt32 lcid, IntPtr ppTInfo) = System::Runtime::InteropServices::_Attribute::GetTypeInfo;
void _Attribute.GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
abstract member System.Runtime.InteropServices._Attribute.GetTypeInfo : uint32 * uint32 * nativeint -> unit
override this.System.Runtime.InteropServices._Attribute.GetTypeInfo : uint32 * uint32 * nativeint -> unit
Sub GetTypeInfo (iTInfo As UInteger, lcid As UInteger, ppTInfo As IntPtr) Implements _Attribute.GetTypeInfo

Parâmetros

iTInfo
UInt32

As informações de tipo a serem retornadas.

lcid
UInt32

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

ppTInfo
IntPtr

nativeint

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

Implementações

Exceções

Não há suporte para acesso com associação tardia usando a interface IDispatch COM.

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, consulte IDispatch::GetTypeInfo.

Aplica-se a