言語

AttributedString.GetIterator メソッド

定義

オーバーロード

名前 説明
GetIterator(AttributedCharacterIteratorAttribute[])

この文字列の内容全体へのアクセスを提供する AttributedCharacterIterator インスタンスを作成します。

GetIterator(AttributedCharacterIteratorAttribute[], Int32, Int32)

この文字列の内容全体へのアクセスを提供する AttributedCharacterIterator インスタンスを作成します。

GetIterator(AttributedCharacterIteratorAttribute[])

この文字列の内容全体へのアクセスを提供する AttributedCharacterIterator インスタンスを作成します。

[Android.Runtime.Register("getIterator", "([Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/text/AttributedCharacterIterator;", "GetGetIterator_arrayLjava_text_AttributedCharacterIterator_Attribute_Handler")]
public virtual Java.Text.IAttributedCharacterIterator? GetIterator(Java.Text.AttributedCharacterIteratorAttribute[]? attributes);
[<Android.Runtime.Register("getIterator", "([Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/text/AttributedCharacterIterator;", "GetGetIterator_arrayLjava_text_AttributedCharacterIterator_Attribute_Handler")>]
abstract member GetIterator : Java.Text.AttributedCharacterIteratorAttribute[] -> Java.Text.IAttributedCharacterIterator
override this.GetIterator : Java.Text.AttributedCharacterIteratorAttribute[] -> Java.Text.IAttributedCharacterIterator

パラメーター

attributes
AttributedCharacterIteratorAttribute[]

このテキストに対して定義されている場合は、新しい反復子に含まれる属性を含む配列。

返品

テキストとその属性へのアクセスを提供する反復子。

属性

注釈

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

GetIterator(AttributedCharacterIteratorAttribute[], Int32, Int32)

この文字列の内容全体へのアクセスを提供する AttributedCharacterIterator インスタンスを作成します。

[Android.Runtime.Register("getIterator", "([Ljava/text/AttributedCharacterIterator$Attribute;II)Ljava/text/AttributedCharacterIterator;", "GetGetIterator_arrayLjava_text_AttributedCharacterIterator_Attribute_IIHandler")]
public virtual Java.Text.IAttributedCharacterIterator? GetIterator(Java.Text.AttributedCharacterIteratorAttribute[]? attributes, int beginIndex, int endIndex);
[<Android.Runtime.Register("getIterator", "([Ljava/text/AttributedCharacterIterator$Attribute;II)Ljava/text/AttributedCharacterIterator;", "GetGetIterator_arrayLjava_text_AttributedCharacterIterator_Attribute_IIHandler")>]
abstract member GetIterator : Java.Text.AttributedCharacterIteratorAttribute[] * int * int -> Java.Text.IAttributedCharacterIterator
override this.GetIterator : Java.Text.AttributedCharacterIteratorAttribute[] * int * int -> Java.Text.IAttributedCharacterIterator

パラメーター

attributes
AttributedCharacterIteratorAttribute[]

このテキストに対して定義されている場合は、新しい反復子に含まれる属性を含む配列。

beginIndex
Int32
endIndex
Int32

返品

テキストとその属性へのアクセスを提供する反復子。

属性

注釈

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象