IEnumMoniker Interfaccia

Definizione

Gestisce la definizione dell'interfaccia IEnumMoniker.

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
Attributi

Commenti

Per altre informazioni, vedere Interfaccia IEnumMoniker.

Common Language Runtime genera un'eccezione quando un metodo COM nel codice nativo restituisce un valore HRESULT. Per altre informazioni, vedere How to: Map HRESULTs and Exceptions.

Metodi

Clone(IEnumMoniker)

Crea un nuovo enumeratore che contiene lo stesso stato di enumerazione di quello corrente.

Next(Int32, IMoniker[], IntPtr)

Recupera un determinato numero di elementi nella sequenza di enumerazione.

Reset()

Riporta all'inizio la sequenza di enumerazione.

Skip(Int32)

Ignora un determinato numero di elementi nella sequenza di enumerazione.

Si applica a