IEnumConnectionPoints 接口

定义

管理 IEnumConnectionPoints 接口的定义。

public interface class IEnumConnectionPoints
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumConnectionPoints
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")]
public interface IEnumConnectionPoints
public interface IEnumConnectionPoints
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumConnectionPoints = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")>]
type IEnumConnectionPoints = interface
type IEnumConnectionPoints = interface
Public Interface IEnumConnectionPoints
属性

注解

有关详细信息,请参阅 IEnumConnectionPoints 接口

当本机代码中的 COM 方法返回 HRESULT 时,公共语言运行时将引发异常。 有关更多信息,请参见 How to: Map HRESULTs and Exceptions

方法

Clone(IEnumConnectionPoints)

创建与当前枚举数包含相同枚举状态的一个新枚举数。

Next(Int32, IConnectionPoint[], IntPtr)

检索枚举序列中指定数目的项。

Reset()

将枚举序列重置到开头。

Skip(Int32)

跳过枚举序列中指定数目的项。

适用于