_Thread.GetTypeInfo(UInt32, UInt32, IntPtr) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère les informations de type pour un objet, qui peuvent être utilisées pour obtenir les informations de type d'une 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)
Paramètres
- iTInfo
- UInt32
Informations de type à retourner.
- lcid
- UInt32
Identificateur des paramètres régionaux pour les informations de type.
- ppTInfo
-
IntPtr
nativeint
Pointeur vers l'objet d'informations de type demandé.
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 de code managé. Pour plus d’informations, consultez IDispatch ::GetTypeInfo.