IEnumConnectionPoints Interface
Manages the definition of the IEnumConnectionPoints interface.
Assembly: Microsoft.VisualBasic.Compatibility.Data (in Microsoft.VisualBasic.Compatibility.Data.dll)
[ObsoleteAttribute("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")] [GuidAttribute("B196B285-BAB4-101A-B69C-00AA00341D07")] [InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)] public interface class IEnumConnectionPoints
| Name | Description | |
|---|---|---|
![]() | Clone(IEnumConnectionPoints^%) | Creates a new enumerator that contains the same enumeration state as the current one. |
![]() | Next(Int32, array<IConnectionPoint^>^%, Int32%) | Retrieves a specified number of items in the enumeration sequence. |
![]() | Reset() | Resets the enumeration sequence to the beginning. |
![]() | Skip(Int32) | Skips a specified number of items in the enumeration sequence. |
For new development, use IEnumConnectionPoints.
Note |
|---|
Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic. In most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation. |
Available since 1.1

