IEnumString Interface

Definition

Manages the definition of the IEnumString interface.

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
Attributes

Remarks

For more information, see IEnumString interface.

The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see How to: Map HRESULTs and Exceptions.

Methods

Clone(IEnumString)

Creates a new enumerator that contains the same enumeration state as the current one.

Next(Int32, String[], IntPtr)

Retrieves a specified number of items in the enumeration sequence.

Reset()

Resets the enumeration sequence to the beginning.

Skip(Int32)

Skips a specified number of items in the enumeration sequence.

Applies to