IEnumString Interface

Definition

Used to enumerate strings.

public interface class IEnumString
[System.Runtime.InteropServices.Guid("00000101-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IEnumString
type IEnumString = interface
Public Interface IEnumString
Attributes

Remarks

Call the methods of IEnumString to enumerate through a set of strings.

Methods

Clone(IEnumString)

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

RemoteNext(UInt32, String, UInt32)

Retrieves a specified number of items in the enumeration sequence.

Reset()

Resets the enumeration sequence to the beginning.

Skip(UInt32)

Skips over a specified number of items in the enumeration sequence.

Applies to