IEnumConnections 接口
在可连接对象枚举连接点。 IConnectionPointContainer 提供 IEnumConnectionPoints 接口; IConnectionPoint 提供 IEnumConnections 接口。 有关更多信息,请参见IEnumConnectionPoints和 IEnumConnections。
命名空间: Microsoft.VisualStudio.OLE.Interop
程序集: Microsoft.VisualStudio.OLE.Interop(在 Microsoft.VisualStudio.OLE.Interop.dll 中)
语法
声明
<InterfaceTypeAttribute()> _
<GuidAttribute("B196B287-BAB4-101A-B69C-00AA00341D07")> _
Public Interface IEnumConnections
[InterfaceTypeAttribute()]
[GuidAttribute("B196B287-BAB4-101A-B69C-00AA00341D07")]
public interface IEnumConnections
IEnumConnections 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
Clone | ||
Next | ||
Reset | ||
Skip |
页首