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。
備註
財產取得者文件:
取得這個整理器的分解模式。 分解模式決定了 Unicode 組合字元的處理方式。 調整分解模式讓使用者能選擇更快或更完整的整理行為。
分解模式的三個數值分別為: <UL><LI>NO_DECOMPOSITION、 <LI>CANONICAL_DECOMPOSITION <LI>FULL_DECOMPOSITION。 </UL> 請參閱這三個常數的文件以了解其意義。
的 java.text.Collator.getDecomposition()Java 檔。
屬性設定文件:
設定這個拼湊器的分解模式。 關於分解模式的描述,請參見 getDecomposition。
的 java.text.Collator.setDecomposition(int)Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。