UCOMIEnumConnectionPoints Interface
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Return to top
Assembly: mscorlib (in mscorlib.dll)
[<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>] [<GuidAttribute("B196B285-BAB4-101A-B69C-00AA00341D07")>] [<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>] type UCOMIEnumConnectionPoints = interface end
| Name | Description | |
|---|---|---|
![]() | Clone(UCOMIEnumConnectionPoints) | Creates another enumerator that contains the same enumeration state as the current one. |
![]() | Next(Int32, UCOMIConnectionPoint[], Int32) | Retrieves a specified number of items in the enumeration sequence. |
![]() | Reset() | Resets the enumeration sequence to the beginning. |
![]() | Skip(Int32) | Skips over a specified number of items in the enumeration sequence. |
For more information about the IEnumConnectionPoints interface, see the MSDN Library.
.NET Framework
Available since 1.1
Available since 1.1
Show:
