ComExposedClassAttribute<T>.GetComInterfaceEntries(Int32) 方法

定义

获取要提供给 实例的 COM 接口信息, ComWrappers 以便向 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>

参数

count
Int32

此类型实现的 COM 接口数。

返回

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

实现

适用于