MessagePattern.GetLimitPartIndex(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne l’index de l’ARG|MSG_LIMIT partie correspondant à l’ARG|MSG_START au début.
[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
Paramètres
- start
- Int32
Index de certaines données de partie (0..countParts()-1) ; Cette partie doit être de type ARG_START ou de MSG_START.
Retours
Le premier i> start where getPart(i).getType()==ARG|MSG_LIMIT au même niveau d’imbrication ou démarrez-le si getPartType(msgStart) !=ARG|MSG_START.
- Attributs
Remarques
Retourne l’index de l’ARG|MSG_LIMIT partie correspondant à l’ARG|MSG_START au début.
Java documentation pour android.icu.text.MessagePattern.getLimitPartIndex(int).
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.