Partager via


ConstrainedFieldPosition.Int64IterationContext Property

Definition

Gets an int64 that FormattedValue implementations may use for storage. -or- Sets an int64 that FormattedValue implementations may use for storage.

public virtual long Int64IterationContext { [Android.Runtime.Register("getInt64IterationContext", "()J", "GetGetInt64IterationContextHandler", ApiSince=31)] get; [Android.Runtime.Register("setInt64IterationContext", "(J)V", "GetSetInt64IterationContext_JHandler", ApiSince=31)] set; }
[<get: Android.Runtime.Register("getInt64IterationContext", "()J", "GetGetInt64IterationContextHandler", ApiSince=31)>]
[<set: Android.Runtime.Register("setInt64IterationContext", "(J)V", "GetSetInt64IterationContext_JHandler", ApiSince=31)>]
member this.Int64IterationContext : int64 with get, set

Property Value

The current iteration context from #setInt64IterationContext.

Attributes

Remarks

Property getter documentation:

Gets an int64 that FormattedValue implementations may use for storage.

The initial value is zero.

Users of FormattedValue should not need to call this method.

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

Property setter documentation:

Sets an int64 that FormattedValue implementations may use for storage.

Intended to be used by FormattedValue implementations.

Java documentation for android.icu.text.ConstrainedFieldPosition.setInt64IterationContext(long).

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