ConstrainedFieldPosition.Limit Property

Definition

Gets the EXCLUSIVE end index stored for the current position.

public virtual int Limit { [Android.Runtime.Register("getLimit", "()I", "GetGetLimitHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getLimit", "()I", "GetGetLimitHandler", ApiSince=31)>]
member this.Limit : int

Property Value

The end index saved in the instance.

Attributes

Remarks

Gets the EXCLUSIVE end index stored for the current position.

The return value is well-defined only after FormattedValue#nextPosition returns true.

Java documentation for android.icu.text.ConstrainedFieldPosition.getLimit().

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