Lingua

SegmentFinder.NextStartBoundary(Int32) Metodo

Definizione

Restituisce l'offset di caratteri del limite iniziale del segmento di testo successivo dopo l'offset di caratteri specificato oppure DONE se non è presente alcun valore.

[Android.Runtime.Register("nextStartBoundary", "(I)I", "GetNextStartBoundary_IHandler", ApiSince=34)]
public abstract int NextStartBoundary(int offset);
[<Android.Runtime.Register("nextStartBoundary", "(I)I", "GetNextStartBoundary_IHandler", ApiSince=34)>]
abstract member NextStartBoundary : int -> int

Parametri

offset
Int32

Valori restituiti

Attributi

Commenti

Restituisce l'offset di caratteri del limite iniziale del segmento di testo successivo dopo l'offset di caratteri specificato oppure DONE se non è presente alcun valore.

per android.text.SegmentFinder.nextStartBoundary(int).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a