Condividi tramite


IComExposedDetails.GetComInterfaceEntries(Int32) Metodo

Definizione

Ottiene le informazioni sull'interfaccia COM da fornire a un'istanza ComWrappers di per esporre questo tipo a COM.

public:
 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>

Parametri

count
Int32

Numero di interfacce COM implementate da questo tipo.

Restituisce

Informazioni sulla voce di interfaccia per le interfacce implementate dal tipo .

Si applica a