MessagePattern.GetLimitPartIndex(Int32) Método

Definición

Devuelve el índice de ARG|MSG_LIMIT parte correspondiente al ARG|MSG_START al principio.

[Android.Runtime.Register("getLimitPartIndex", "(I)I", "", ApiSince=24)]
public int GetLimitPartIndex(int start);
[<Android.Runtime.Register("getLimitPartIndex", "(I)I", "", ApiSince=24)>]
member this.GetLimitPartIndex : int -> int

Parámetros

start
Int32

Índice de algunos datos part (0..countParts()-1); este elemento debe ser de tipo ARG_START o MSG_START.

Devoluciones

El primer i> start where getPart(i).getType()==ARG|MSG_LIMIT en el mismo nivel de anidamiento o se inicia si getPartType(msgStart)!=ARG|MSG_START.

Atributos

Comentarios

Devuelve el índice de ARG|MSG_LIMIT parte correspondiente al ARG|MSG_START al principio.

Java documentación para android.icu.text.MessagePattern.getLimitPartIndex(int).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a