MemberInfo._MemberInfo.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.

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

Paramètres

iTInfo
UInt32

Informations de type à retourner.

lcid
UInt32

Identificateur des paramètres régionaux pour les informations de type.

ppTInfo
IntPtr

nativeint

Reçoit un pointeur vers l'objet d'informations de type demandé.

Implémente

Exceptions

La méthode est appelée à liaison tardive à l’aide de l’interface IDispatch COM.

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é. Pour plus d’informations, consultez IDispatch :: GetTypeInfo.

S’applique à