Freigeben über


UProperty.CaseSensitive Field

Definition

Caution

Use 'Android.Icu.Lang.IUProperty.CaseSensitive'. This class will be removed in a future release.

Binary property Case_Sensitive.

[Android.Runtime.Register("CASE_SENSITIVE", ApiSince=24)]
[System.Obsolete("Use 'Android.Icu.Lang.IUProperty.CaseSensitive'. This class will be removed in a future release.")]
public const int CaseSensitive = 34;
[<Android.Runtime.Register("CASE_SENSITIVE", ApiSince=24)>]
[<System.Obsolete("Use 'Android.Icu.Lang.IUProperty.CaseSensitive'. This class will be removed in a future release.")>]
val mutable CaseSensitive : int

Field Value

Value = 34
Attributes

Remarks

Binary property Case_Sensitive.

Either the source of a case mapping or in the target of a case mapping. Not the same as the general category Cased_Letter.

Java documentation for android.icu.lang.UProperty.CASE_SENSITIVE.

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