CustomAttributeBuilder._CustomAttributeBuilder.GetTypeInfoCount 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).
virtual void System.Runtime.InteropServices._CustomAttributeBuilder.GetTypeInfoCount([Runtime::InteropServices::Out] System::UInt32 % pcTInfo) = System::Runtime::InteropServices::_CustomAttributeBuilder::GetTypeInfoCount;
void _CustomAttributeBuilder.GetTypeInfoCount (out uint pcTInfo);
abstract member System.Runtime.InteropServices._CustomAttributeBuilder.GetTypeInfoCount : uint32 -> unit
override this.System.Runtime.InteropServices._CustomAttributeBuilder.GetTypeInfoCount : uint32 -> unit
Sub GetTypeInfoCount (ByRef pcTInfo As UInteger) Implements _CustomAttributeBuilder.GetTypeInfoCount
Paramètres
- pcTInfo
- UInt32
Pointe vers un emplacement qui reçoit le nombre d'interfaces d'informations de type fourni par l'objet.
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 de code managé. Pour plus d’informations, consultez IDispatch ::GetTypeInfoCount.