Partager via


IComExposedClass.GetComInterfaceEntries(Int32) Méthode

Définition

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.

S’applique à