IComExposedClass.GetComInterfaceEntries(Int32) 方法

定义

获取要提供给 ComWrappers 实例以向 COM 公开此类型的 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>

参数

count
Int32

此类型实现的 COM 接口数。

返回

类型实现的接口的接口条目信息。

适用于