System::Globalization::TextElementEnumerator 类

TextElementEnumerator class

用于遍历字符串元素(字符)的枚举器。此类的对象只能使用 System::MakeObject() 函数分配。切勿在栈上或使用 operator new 创建此类型的实例,因为这会导致运行时错误和/或断言故障。始终将此类包装在 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。

class TextElementEnumerator : public virtual System::Object

方法

方法描述
get_Current() const获取当前文本元素。
get_ElementIndex() const获取当前文本元素的索引。
GetTextElement() const获取当前元素。
MoveNext()移动到下一个元素。
operator=(const TextElementEnumerator&)
Reset()将枚举器设置为初始位置。
TextElementEnumerator(const TextElementEnumerator&)

另见