IEnumComReferences 接口

定义

COM 引用的枚举器。 在 IDE 的 "添加引用" 对话框中使用。

public interface class IEnumComReferences
public interface class IEnumComReferences
__interface IEnumComReferences
[System.Runtime.InteropServices.Guid("46B4B7C2-11EB-4753-BE4B-0E0A16E9CE53")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IEnumComReferences
[<System.Runtime.InteropServices.Guid("46B4B7C2-11EB-4753-BE4B-0E0A16E9CE53")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IEnumComReferences = interface
Public Interface IEnumComReferences
属性

方法

Clone(IEnumComReferences)

IEnumComReferences通过创建另一个实例来克隆此接口。

Next(UInt32, COMREFERENCE[], UInt32)

检索下一组 COM 引用。

Reset()

返回枚举器的初始状态。

Skip(UInt32)

跳过指定数目的 COM 引用。

适用于