IEnumConnections 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举可连接对象上的连接点。 IConnectionPointContainer 提供 IEnumConnectionPoints 接口; IConnectionPoint 提供 IEnumConnections 接口。 有关详细信息,请参阅 IEnumConnectionPoints 和 IEnumConnections。
public interface class IEnumConnections
public interface class IEnumConnections
__interface IEnumConnections
[System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IEnumConnections
[<System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IEnumConnections = interface
Public Interface IEnumConnections
- 属性
方法
| Clone(IEnumConnections) | |
| Next(UInt32, CONNECTDATA[], UInt32) | |
| Reset() | |
| Skip(UInt32) |