다음을 통해 공유


UProperty.Block Field

Definition

Caution

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

Enumerated property Block.

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

Field Value

Value = 4097
Attributes

Remarks

Enumerated property Block. Same as UCharacter.UnicodeBlock.of(int), returns UCharacter.UnicodeBlock values.

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

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