ComExposedClassAttribute<T>.GetComInterfaceEntries(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取要提供给 实例的 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 接口数。
返回
类型实现的接口的接口条目信息。