UCOMIEnumString Interface
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Return to top
Use System.Runtime.InteropServices.ComTypes.IEnumString instead.
Assembly: mscorlib (in mscorlib.dll)
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumString instead. http://go.microsoft.com/fwlink/?linkid=14202", False)> <GuidAttribute("00000101-0000-0000-C000-000000000046")> <InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> Public Interface UCOMIEnumString
| Name | Description | |
|---|---|---|
![]() | Clone(UCOMIEnumString) | Creates another enumerator that contains the same enumeration state as the current one. |
![]() | Next(Int32, String(), 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 IEnumString interface, see the MSDN Library.
.NET Framework
Available since 1.1
Available since 1.1
Show:
