Collator.Decomposition 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個定序器的分解模式。 -或- 設定這個定序器的分解模式。
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 屬性授權中所述的詞彙使用。