IEnumMoniker Interface

Definition

Manages the definition of the IEnumMoniker interface.

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

Remarks

For more information, see IEnumMoniker 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(IEnumMoniker)

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

Next(Int32, IMoniker[], 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