IEnumString 接口

定义

用于枚举字符串。

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
属性

注解

调用 IEnumString 的方法以通过一组字符串枚举。

方法

Clone(IEnumString)

创建另一个枚举器,其中包含与当前枚举状态相同的枚举器。

RemoteNext(UInt32, String, UInt32)

检索枚举序列中指定数量的项。

Reset()

将枚举序列重置为开头。

Skip(UInt32)

跳过枚举序列中指定数量的项。

适用于