TextElementEnumerator::GetTextElement Method ()
.NET Framework (current version)
Gets the current text element in the string.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System::String^A new string containing the current text element in the string being read.
| Exception | Condition |
|---|---|
| InvalidOperationException | The enumerator is positioned before the first text element of the string or after the last text element. |
Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: