IEnumConnections Interface

Enumerates connection points on a connectable object. IConnectionPointContainer provides the IEnumConnectionPoints interface; IConnectionPoint provides the IEnumConnections interface. For more information, see IEnumConnectionPoints and IEnumConnections.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("B196B287-BAB4-101A-B69C-00AA00341D07")> _
Public Interface IEnumConnections
[InterfaceTypeAttribute()]
[GuidAttribute("B196B287-BAB4-101A-B69C-00AA00341D07")]
public interface IEnumConnections
[InterfaceTypeAttribute()]
[GuidAttribute(L"B196B287-BAB4-101A-B69C-00AA00341D07")]
public interface class IEnumConnections
[<InterfaceTypeAttribute()>]
[<GuidAttribute("B196B287-BAB4-101A-B69C-00AA00341D07")>]
type IEnumConnections =  interface end
public interface IEnumConnections

The IEnumConnections type exposes the following members.

Methods

  Name Description
Public method Clone
Public method Next
Public method Reset
Public method Skip

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace