NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StringInfo.GetTextElementEnumerator (String, Int32)

[To be supplied.]

[Visual Basic]
Overloads Public Shared Function GetTextElementEnumerator( _
   ByVal str As String, _
   ByVal index As Integer _
) As TextElementEnumerator
[C#]
public static TextElementEnumerator GetTextElementEnumerator(
   string str,
   int index
);
[C++]
public: static TextElementEnumerator* GetTextElementEnumerator(
   String* str,
   int index
);
[JScript]
public static function GetTextElementEnumerator(
   str : String,
   index : int
) : TextElementEnumerator;

Parameters

str
[To be supplied.]
index
[To be supplied.]

See Also

StringInfo Class | StringInfo Members | System.Globalization Namespace | StringInfo.GetTextElementEnumerator Overload List