Condividi tramite


IComExposedClass.GetComInterfaceEntries(Int32) Metodo

Definizione

Ottiene le informazioni sull'interfaccia COM da fornire a un'istanza ComWrappers per esporre questo tipo a 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>

Parametri

count
Int32

Numero di interfacce COM implementate da questo tipo.

Restituisce

Informazioni sulla voce dell'interfaccia per le interfacce implementate dal tipo.

Si applica a