IEnumString 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于枚举字符串。
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) |
跳过枚举序列中指定数量的项。 |