RuleBasedCollator.GetCollationElementIterator メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| GetCollationElementIterator(UCharacterIterator) |
指定された UCharacterIterator の CollationElementIterator を返します。 |
| GetCollationElementIterator(ICharacterIterator) |
指定された CharacterIterator の CollationElementIterator を返します。 |
| GetCollationElementIterator(String) |
指定された文字列の CollationElementIterator を返します。 |
GetCollationElementIterator(UCharacterIterator)
指定された UCharacterIterator の CollationElementIterator を返します。
[Android.Runtime.Register("getCollationElementIterator", "(Landroid/icu/text/UCharacterIterator;)Landroid/icu/text/CollationElementIterator;", "", ApiSince=24)]
public Android.Icu.Text.CollationElementIterator? GetCollationElementIterator(Android.Icu.Text.UCharacterIterator? source);
[<Android.Runtime.Register("getCollationElementIterator", "(Landroid/icu/text/UCharacterIterator;)Landroid/icu/text/CollationElementIterator;", "", ApiSince=24)>]
member this.GetCollationElementIterator : Android.Icu.Text.UCharacterIterator -> Android.Icu.Text.CollationElementIterator
パラメーター
- source
- UCharacterIterator
返品
- 属性
注釈
指定された UCharacterIterator の CollationElementIterator を返します。 新しいコピーが作成されて使用されるため、ソース反復子の整合性は保持されます。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。
適用対象
GetCollationElementIterator(ICharacterIterator)
指定された CharacterIterator の CollationElementIterator を返します。
[Android.Runtime.Register("getCollationElementIterator", "(Ljava/text/CharacterIterator;)Landroid/icu/text/CollationElementIterator;", "", ApiSince=24)]
public Android.Icu.Text.CollationElementIterator? GetCollationElementIterator(Java.Text.ICharacterIterator? source);
[<Android.Runtime.Register("getCollationElementIterator", "(Ljava/text/CharacterIterator;)Landroid/icu/text/CollationElementIterator;", "", ApiSince=24)>]
member this.GetCollationElementIterator : Java.Text.ICharacterIterator -> Android.Icu.Text.CollationElementIterator
パラメーター
- source
- ICharacterIterator
返品
- 属性
注釈
指定された CharacterIterator の CollationElementIterator を返します。 新しいコピーが作成されて使用されるため、ソース反復子の整合性は保持されます。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。
適用対象
GetCollationElementIterator(String)
指定された文字列の CollationElementIterator を返します。
[Android.Runtime.Register("getCollationElementIterator", "(Ljava/lang/String;)Landroid/icu/text/CollationElementIterator;", "", ApiSince=24)]
public Android.Icu.Text.CollationElementIterator? GetCollationElementIterator(string? source);
[<Android.Runtime.Register("getCollationElementIterator", "(Ljava/lang/String;)Landroid/icu/text/CollationElementIterator;", "", ApiSince=24)>]
member this.GetCollationElementIterator : string -> Android.Icu.Text.CollationElementIterator
パラメーター
- source
- String
返品
- 属性
注釈
指定された文字列の CollationElementIterator を返します。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。