ComExposedClassAttribute<T>.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:
 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 este tipo implementa.

Devoluções

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

Implementações

Aplica-se a