IEnumMoniker Interface

Definition

Enumerates elements of a moniker, or monikers in a table of monikers. For more information, see IEnumMoniker.

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

Methods

Clone(IEnumMoniker)
Next(UInt32, IMoniker[], UInt32)
Reset()
Skip(UInt32)

Applies to