共用方式為


MessagePattern.ArgNameNotNumber Field

Definition

Return value from #validateArgumentName(String) for when the string is a valid "pattern identifier" but not a number.

[Android.Runtime.Register("ARG_NAME_NOT_NUMBER", ApiSince=24)]
public const int ArgNameNotNumber = -1;
[<Android.Runtime.Register("ARG_NAME_NOT_NUMBER", ApiSince=24)>]
val mutable ArgNameNotNumber : int

Field Value

Value = -1
Attributes

Remarks

Return value from #validateArgumentName(String) for when the string is a valid "pattern identifier" but not a number.

Java documentation for android.icu.text.MessagePattern.ARG_NAME_NOT_NUMBER.

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