IAttributedCharacterIterator.GetRunLimit 方法

定义

重载

名称 说明
GetRunLimit(AttributedCharacterIteratorAttribute)

返回运行后的第一个字符相对于包含当前字符的所有属性的索引。

GetRunLimit(ICollection<AttributedCharacterIteratorAttribute>)

返回运行后第一个字符相对于包含当前字符的给定 attributes 字符的索引。

GetRunLimit(AttributedCharacterIteratorAttribute)

返回运行后的第一个字符相对于包含当前字符的所有属性的索引。

[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

参数

attribute
AttributedCharacterIteratorAttribute

运行所基于的属性。

返回

运行后的第一个字符的索引

属性

注解

Java文档java.text.AttributedCharacterIterator.getRunLimit()

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于

GetRunLimit(ICollection<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")]
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

参数

attributes
ICollection<AttributedCharacterIteratorAttribute>

一组所需的属性

返回

运行后的第一个字符的索引

属性

注解

返回运行后第一个字符相对于包含当前字符的给定 attributes 字符的索引。

Java文档java.text.AttributedCharacterIterator.getRunLimit(java.util.Set<? extends java.text.AttributedCharacterIterator.Attribute>)

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于