IComExposedClass.GetComInterfaceEntries(Int32) Método

Definição

Obtém a informação da interface COM para fornecer a uma ComWrappers instância e expor este tipo ao 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>

Parâmetros

count
Int32

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

Devoluções

A informação de entrada de interface para as interfaces que o tipo implementa.

Aplica-se a