Sprache

UCharacterIterator.Index Property

Definition

Gets the current index in text.

public abstract int Index { [Android.Runtime.Register("getIndex", "()I", "GetGetIndexHandler", ApiSince=24)] get; [Android.Runtime.Register("setIndex", "(I)V", "GetSetIndex_IHandler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getIndex", "()I", "GetGetIndexHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setIndex", "(I)V", "GetSetIndex_IHandler", ApiSince=24)>]
member this.Index : int with get, set

Property Value

current index in text.

Attributes

Remarks

Gets the current index in text.

Android reference for android.icu.text.UCharacterIterator.getIndex.

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