IEnumVARIANT Interface

Definition

Manages the definition of the IEnumVARIANT interface.

public interface class IEnumVARIANT
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumVARIANT
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("00020404-0000-0000-C000-000000000046")]
public interface IEnumVARIANT
public interface IEnumVARIANT
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumVARIANT = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("00020404-0000-0000-C000-000000000046")>]
type IEnumVARIANT = interface
type IEnumVARIANT = interface
Public Interface IEnumVARIANT
Attributes

Remarks

For more information, see IEnumVARIANT interface.

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.

Methods

Clone()

Creates a new enumerator that contains the same enumeration state as the current one.

Next(Int32, 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.

Applies to