Langage

IAttributedCharacterIterator.GetRunLimit Méthode

Définition

Surcharges

Nom Description
GetRunLimit(AttributedCharacterIteratorAttribute)

Retourne l’index du premier caractère suivant l’exécution par rapport à tous les attributs contenant le caractère actuel.

GetRunLimit(ICollection<AttributedCharacterIteratorAttribute>)

Retourne l’index du premier caractère suivant l’exécution par rapport au caractère donné attributes contenant le caractère actuel.

GetRunLimit(AttributedCharacterIteratorAttribute)

Retourne l’index du premier caractère suivant l’exécution par rapport à tous les attributs contenant le caractère actuel.

[Android.Runtime.Register("getRunLimit", "(Ljava/text/AttributedCharacterIterator$Attribute;)I", "GetGetRunLimit_Ljava_text_AttributedCharacterIterator_Attribute_Handler:Java.Text.IAttributedCharacterIteratorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GetRunLimit(Java.Text.AttributedCharacterIteratorAttribute? attribute);
[<Android.Runtime.Register("getRunLimit", "(Ljava/text/AttributedCharacterIterator$Attribute;)I", "GetGetRunLimit_Ljava_text_AttributedCharacterIterator_Attribute_Handler:Java.Text.IAttributedCharacterIteratorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetRunLimit : Java.Text.AttributedCharacterIteratorAttribute -> int

Paramètres

attribute
AttributedCharacterIteratorAttribute

attribut sur lequel l’exécution est basée.

Retours

index du premier caractère suivant l’exécution

Attributs

Remarques

Java documentation pour java.text.AttributedCharacterIterator.getRunLimit().

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.

S’applique à

GetRunLimit(ICollection<AttributedCharacterIteratorAttribute>)

Retourne l’index du premier caractère suivant l’exécution par rapport au caractère donné attributes contenant le caractère actuel.

[Android.Runtime.Register("getRunLimit", "(Ljava/util/Set;)I", "GetGetRunLimit_Ljava_util_Set_Handler:Java.Text.IAttributedCharacterIteratorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GetRunLimit(System.Collections.Generic.ICollection<Java.Text.AttributedCharacterIteratorAttribute>? attributes);
[<Android.Runtime.Register("getRunLimit", "(Ljava/util/Set;)I", "GetGetRunLimit_Ljava_util_Set_Handler:Java.Text.IAttributedCharacterIteratorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetRunLimit : System.Collections.Generic.ICollection<Java.Text.AttributedCharacterIteratorAttribute> -> int

Paramètres

attributes
ICollection<AttributedCharacterIteratorAttribute>

un ensemble des attributs souhaités

Retours

index du premier caractère suivant l’exécution

Attributs

Remarques

Retourne l’index du premier caractère suivant l’exécution par rapport au caractère donné attributes contenant le caractère actuel.

Java documentation pour java.text.AttributedCharacterIterator.getRunLimit(java.util.Set<? extends java.text.AttributedCharacterIterator.Attribute>).

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.

S’applique à