IEnumString Interfész

Definíció

Kezeli a felület definícióját IEnumString .

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
Attribútumok

Megjegyzések

További információ: IEnumString felület.

A közös nyelvi futtatókörnyezet kivételt eredményez, ha egy COM-metódus natív kódban HRESULT-t ad vissza. További információ : HrESULT-ok és kivételek leképezése.

Metódusok

Name Description
Clone(IEnumString)

Létrehoz egy új enumerátort, amely ugyanazt az enumerálási állapotot tartalmazza, mint az aktuális.

Next(Int32, String[], IntPtr)

Az enumerálási sorrendben megadott számú elemet kér le.

Reset()

Visszaállítja a felsorolási sorozatot az elejére.

Skip(Int32)

Kihagy egy megadott számú elemet az enumerálási sorozatból.

A következőre érvényes: