IAttributedCharacterIterator.GetRunLimit 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| GetRunLimit(AttributedCharacterIteratorAttribute) |
回傳執行後第一個字元的索引,該字元相對於包含目前字元的所有屬性。 |
| GetRunLimit(ICollection<AttributedCharacterIteratorAttribute>) |
回傳執行後第一個字元的索引,相對於包含當前字元的給定 |
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()。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。
適用於
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 。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。