IEnumMoniker Rozhraní

Definice

Spravuje definici IEnumMoniker rozhraní.

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
Atributy

Poznámky

Další informace najdete v tématu Rozhraní IEnumMoniker.

Modul CLR vyvolá výjimku, když metoda COM v nativním kódu vrátí HODNOTU HRESULT. Další informace najdete v tématu Postupy: Mapování HRESULT a výjimek.

Metody

Clone(IEnumMoniker)

Vytvoří nový enumerátor, který obsahuje stejný stav výčtu jako aktuální.

Next(Int32, IMoniker[], IntPtr)

Načte zadaný počet položek v posloupnosti výčtu.

Reset()

Obnoví sekvenci výčtu na začátek.

Skip(Int32)

Přeskočí zadaný počet položek v pořadí výčtu.

Platí pro