_ParameterInfo.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.Retrieves the type information for an object, which can be used to get the type information for an interface.
public:
void GetTypeInfo(System::UInt32 iTInfo, System::UInt32 lcid, IntPtr ppTInfo);
public void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
abstract member GetTypeInfo : uint32 * uint32 * nativeint -> unit
Public Sub GetTypeInfo (iTInfo As UInteger, lcid As UInteger, ppTInfo As IntPtr)
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
Um ponteiro para o objeto de informações de tipo solicitado.A pointer to the requested type information object.
Comentários
Esse método é para acesso a classes gerenciadas de código não gerenciado e não deve ser chamado a partir de 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.