Langage

IAttributedCharacterIterator.GetRunStart Méthode

Définition

Surcharges

Nom Description
GetRunStart(AttributedCharacterIteratorAttribute)

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

GetRunStart(ICollection<AttributedCharacterIteratorAttribute>)

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

GetRunStart(AttributedCharacterIteratorAttribute)

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

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

Paramètres

attribute
AttributedCharacterIteratorAttribute

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

Retours

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

Attributs

Remarques

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

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 à

GetRunStart(ICollection<AttributedCharacterIteratorAttribute>)

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

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

Paramètres

attributes
ICollection<AttributedCharacterIteratorAttribute>

ensemble des attributs souhaités.

Retours

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

Attributs

Remarques

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

Java documentation pour java.text.AttributedCharacterIterator.getRunStart(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 à