次の方法で共有


StringInfo.GetTextElementEnumerator メソッド

文字列のテキスト要素を反復処理できる列挙子を返します。

オーバーロードの一覧

文字列全体のテキスト要素を反復処理できる列挙子を返します。

.NET Compact Framework でもサポート。

[Visual Basic] Overloads Public Shared Function GetTextElementEnumerator(String) As TextElementEnumerator

[C#] public static TextElementEnumerator GetTextElementEnumerator(string);

[C++] public: static TextElementEnumerator* GetTextElementEnumerator(String*);

[JScript] public static function GetTextElementEnumerator(String) : TextElementEnumerator;

指定したインデックスから開始する文字列のテキスト要素を反復処理できる列挙子を返します。

.NET Compact Framework でもサポート。

[Visual Basic] Overloads Public Shared Function GetTextElementEnumerator(String, Integer) As TextElementEnumerator

[C#] public static TextElementEnumerator GetTextElementEnumerator(string, int);

[C++] public: static TextElementEnumerator* GetTextElementEnumerator(String*, int);

[JScript] public static function GetTextElementEnumerator(String, int) : TextElementEnumerator;

参照

StringInfo クラス | StringInfo メンバ | System.Globalization 名前空間