Attribute._Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) Metodo
Definizione
Recupera le informazioni sul tipo relative a un oggetto, che possono essere usate per ottenere informazioni sul tipo relative a un'interfaccia.Retrieves the type information for an object, which can be used to get the type information for an 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
Parametri
- iTInfo
- UInt32
Informazioni sul tipo da restituire.The type information to return.
- lcid
- UInt32
Identificatore delle impostazioni locali per le informazioni sul tipo.The locale identifier for the type information.
- ppTInfo
- IntPtr
Riceve un puntatore all'oggetto relativo alle informazioni sul tipo richiesto.Receives a pointer to the requested type information object.
Implementazioni
Eccezioni
L'accesso ad associazione tardiva usando l'interfaccia COM IDispatch
non è supportato.Late-bound access using the COM IDispatch
interface is not supported.
Commenti
Questo metodo consente di accedere alle classi gestite da codice non gestito e non deve essere chiamato dal codice gestito.This method is for access to managed classes from unmanaged code, and should not be called from managed code. Per ulteriori informazioni, vedere IDispatch:: GetTypeInfo.For more information, see IDispatch::GetTypeInfo.