IEnumConnectionPoints Interface

Enumerates connection points on a connectable object (implementer of IConnectionPointContainer). For more information, see IEnumConnectionPoints.

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

Syntax

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

The IEnumConnectionPoints 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