IComExposedClass.GetComInterfaceEntries(Int32) 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.
Obtient les informations d’interface COM à fournir à un ComWrappers instance pour exposer ce type à COM.
public:
static System::Runtime::InteropServices::ComWrappers::ComInterfaceEntry* GetComInterfaceEntries([Runtime::InteropServices::Out] int % count);
public static abstract System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry* GetComInterfaceEntries (out int count);
static member GetComInterfaceEntries : int -> nativeptr<System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry>
Paramètres
- count
- Int32
Nombre d’interfaces COM implémentées par ce type.
Retours
Informations d’entrée d’interface pour les interfaces que le type implémente.