Partager via


ComExposedClassAttribute<T>.GetComInterfaceEntries(Int32) Méthode

Définition

Obtient les informations d’interface COM à fournir à un ComWrappers instance pour exposer ce type à COM.

public:
 virtual System::Runtime::InteropServices::ComWrappers::ComInterfaceEntry* GetComInterfaceEntries([Runtime::InteropServices::Out] int % count);
public System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry* GetComInterfaceEntries (out int count);
abstract member GetComInterfaceEntries : int -> nativeptr<System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry>
override this.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.

Implémente

S’applique à