다음을 통해 공유


CaseMap.OmitUnchangedText Method

Definition

Returns an instance that behaves like this one but omits unchanged text when case-mapping with Edits.

[Android.Runtime.Register("omitUnchangedText", "()Landroid/icu/text/CaseMap;", "GetOmitUnchangedTextHandler", ApiSince=29)]
public abstract Android.Icu.Text.CaseMap? OmitUnchangedText ();
[<Android.Runtime.Register("omitUnchangedText", "()Landroid/icu/text/CaseMap;", "GetOmitUnchangedTextHandler", ApiSince=29)>]
abstract member OmitUnchangedText : unit -> Android.Icu.Text.CaseMap

Returns

an options object with this option.

Attributes

Remarks

Returns an instance that behaves like this one but omits unchanged text when case-mapping with Edits.

Java documentation for android.icu.text.CaseMap.omitUnchangedText().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to