Name

TextElementEnumerator

Synopsis

This class provides enumeration for individual text elements in a string composed of complex characters. This enumerator is retrieved by StringInfo.GetTextElementEnumerator().

Public Class TextElementEnumerator : Implements IEnumerator
' Public Instance Properties
   Public ReadOnly Property Current As Object Implements IEnumerator.Current 
   Public ReadOnly Property ElementIndex As Integer  
' Public Instance Methods
   Public Function GetTextElement() As String  
   Public Function MoveNext(
        ) As Boolean Implements IEnumerator.MoveNext 
   Public Sub Reset() Implements IEnumerator.Reset 
End Class

Returned By

StringInfo.GetTextElementEnumerator()

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.