IEnumVARIANT Interface
Manages the definition of the IEnumVARIANT interface.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new enumerator that contains the same enumeration state as the current one. |
![]() | Next(Int32, array<Object^>^, IntPtr) | 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 more information about the IEnumVARIANT interface, see the MSDN Library.
The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see How to: Map HRESULTs and Exceptions.
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
