TextElementEnumerator.GetTextElement 方法

定义

获取字符串中的当前文本元素。

public:
 System::String ^ GetTextElement();
public string GetTextElement ();
member this.GetTextElement : unit -> string
Public Function GetTextElement () As String

返回

一个包含所读取的字符串中当前文本元素的新字符串。

例外

枚举数位于字符串的第一个文本元素之前或最后一个文本元素之后。

注解

此方法返回与 属性相同的文本元素 Current

适用于

另请参阅