共用方式為


Collator.Decomposition 屬性

定義

取得這個定序器的分解模式。 -或- 設定這個定序器的分解模式。

public virtual int Decomposition { [Android.Runtime.Register("getDecomposition", "()I", "GetGetDecompositionHandler")] get; [Android.Runtime.Register("setDecomposition", "(I)V", "GetSetDecomposition_IHandler")] set; }
[<get: Android.Runtime.Register("getDecomposition", "()I", "GetGetDecompositionHandler")>]
[<set: Android.Runtime.Register("setDecomposition", "(I)V", "GetSetDecomposition_IHandler")>]
member this.Decomposition : int with get, set

屬性值

分解模式

屬性

例外狀況

如果提供的分解規則無效,則為 。 這包括 FULL_DECOMPOSITION

備註

屬性 getter 檔:

取得這個定序器的分解模式。 分解模式會決定 Unicode 撰寫字元的處理方式。 調整分解模式可讓使用者在更快速且更完整的定序行為之間進行選取。

分解模式的三個值為:<UL><LI>NO_DECOMPOSITION、<LI CANONICAL_DECOMPOSITION LI>>FULL_DECOMPOSITION<。 </UL> 如需其意義的描述,請參閱這三個常數的檔。

java.text.Collator.getDecomposition()Java 檔。

屬性 setter 檔:

設定這個定序器的分解模式。 如需分解模式的描述,請參閱 getDecomposition。

java.text.Collator.setDecomposition(int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於