_Type.GetTypeInfoCount(UInt32) Méthode

Définition

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

Pointe vers un emplacement qui reçoit le nombre d'interfaces d'informations de type fourni par l'objet.

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 :: GetTypeInfoCount.

S’applique à