UCOMIEnumVARIANT 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.IEnumVARIANT instead.
Assembly: mscorlib (in mscorlib.dll)
[<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumVARIANT instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>] [<GuidAttribute("00020404-0000-0000-C000-000000000046")>] [<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>] type UCOMIEnumVARIANT = interface end
| Name | Description | |
|---|---|---|
![]() | Clone(Int32) | Creates another enumerator that contains the same enumeration state as the current one. |
![]() | Next(Int32, Int32, 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 IEnumVARIANT interface, see the MSDN Library.
.NET Framework
Available since 1.1
Available since 1.1
Show:
