Share via


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

Definição

Obtém as informações da interface COM a serem fornecidas a uma ComWrappers instância para expor esse tipo ao 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

O número de interfaces COM que esse tipo implementa.

Retornos

As informações de entrada de interface para as interfaces que o tipo implementa.

Implementações

Aplica-se a