_Module.GetTypeInfoCount(UInt32) 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 le nombre d'interfaces d'informations de type fourni par un objet (0 ou 1).
public:
void GetTypeInfoCount([Runtime::InteropServices::Out] System::UInt32 % pcTInfo);
public void GetTypeInfoCount (out uint pcTInfo);
abstract member GetTypeInfoCount : uint32 -> unit
Public Sub GetTypeInfoCount (ByRef pcTInfo As UInteger)
Paramètres
- pcTInfo
- UInt32
Cette méthode retourne un pointeur vers un emplacement qui reçoit le nombre d'interfaces d'informations de type fourni par l'objet. Ce paramètre est passé sans être initialisé.
Remarques
Cette méthode permet d’accéder 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 ::GetTypeInfoCount.