Compartir vía


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

Definición

Obtiene la información de la interfaz COM que se va a proporcionar a una ComWrappers instancia de para exponer este tipo a 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>

Parámetros

count
Int32

El número de interfaces COM que este tipo implementa.

Devoluciones

La información de entrada de interfaz de las interfaces que implementa el tipo.

Implementaciones

Se aplica a