FieldInfo._FieldInfo.GetTypeInfo(UInt32, UInt32, IntPtr) Méthode
Définition
Récupère les informations de type pour un objet, qui peuvent être utilisées ensuite pour obtenir les informations de type d'une 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._FieldInfo.GetTypeInfo(System::UInt32 iTInfo, System::UInt32 lcid, IntPtr ppTInfo) = System::Runtime::InteropServices::_FieldInfo::GetTypeInfo;
void _FieldInfo.GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
abstract member System.Runtime.InteropServices._FieldInfo.GetTypeInfo : uint32 * uint32 * nativeint -> unit
override this.System.Runtime.InteropServices._FieldInfo.GetTypeInfo : uint32 * uint32 * nativeint -> unit
Sub GetTypeInfo (iTInfo As UInteger, lcid As UInteger, ppTInfo As IntPtr) Implements _FieldInfo.GetTypeInfo
Paramètres
- iTInfo
- UInt32
Informations de type à retourner.The type information to return.
- lcid
- UInt32
Identificateur des paramètres régionaux pour les informations de type.The locale identifier for the type information.
- ppTInfo
- IntPtr
Reçoit un pointeur vers l'objet d'informations de type demandé.Receives a pointer to the requested type information object.
Implémente
Exceptions
L’accès à liaison tardive à l’aide de l’interface IDispatch
COM n’est pas pris en charge.Late-bound access using the COM IDispatch
interface is not supported.
Remarques
Cette méthode est destinée à l’accès aux classes managées à partir de code non managé et ne doit pas être appelée à partir du code managé.This method is for access to managed classes from unmanaged code, and should not be called from managed code. Pour plus d’informations, consultez IDispatch :: GetTypeInfo.For more information, see IDispatch::GetTypeInfo.