MethodRental._MethodRental.GetTypeInfo(UInt32, UInt32, IntPtr) Método
Definição
Recupera as informações do tipo de um objeto, que podem ser usadas para obter informações de tipo para uma interface.Retrieves the type information for an object, which can then be used to get the type information for an interface.
virtual void System.Runtime.InteropServices._MethodRental.GetTypeInfo(System::UInt32 iTInfo, System::UInt32 lcid, IntPtr ppTInfo) = System::Runtime::InteropServices::_MethodRental::GetTypeInfo;
void _MethodRental.GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
abstract member System.Runtime.InteropServices._MethodRental.GetTypeInfo : uint32 * uint32 * nativeint -> unit
override this.System.Runtime.InteropServices._MethodRental.GetTypeInfo : uint32 * uint32 * nativeint -> unit
Sub GetTypeInfo (iTInfo As UInteger, lcid As UInteger, ppTInfo As IntPtr) Implements _MethodRental.GetTypeInfo
Parâmetros
- iTInfo
- UInt32
As informações de tipo a serem retornadas.The type information to return.
- lcid
- UInt32
O identificador de localidade das informações do tipo.The locale identifier for the type information.
- ppTInfo
- IntPtr
Recebe um ponteiro para o objeto de informações de tipo solicitado.Receives a pointer to the requested type information object.
Implementações
Exceções
O método é chamado de associação tardia usando a interface IDispatch do COM.The method is called late-bound using the COM IDispatch interface.
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.This method is for access to managed classes from unmanaged code, and should not be called from managed code. Para obter mais informações, consulte IDispatch:: GetTypeInfo.For more information, see IDispatch::GetTypeInfo.