IEnumString Rozhraní

Definice

Spravuje definici IEnumString rozhraní.

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

Poznámky

Další informace naleznete v tématu IEnumString rozhraní.

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

Metody

Clone(IEnumString)

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

Next(Int32, String[], IntPtr)

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

Reset()

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

Skip(Int32)

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

Platí pro