TextInfo コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
TextInfo(Parcel) |
コンストラクターです。 |
TextInfo(String) |
コンストラクターです。 |
TextInfo(String, Int32, Int32) |
コンストラクターです。 |
TextInfo(ICharSequence, Int32, Int32, Int32, Int32) |
コンストラクターです。 |
TextInfo(String, Int32, Int32, Int32, Int32) |
コンストラクターです。 |
TextInfo(Parcel)
コンストラクターです。
[Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")]
public TextInfo(Android.OS.Parcel? source);
[<Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")>]
new Android.Views.TextService.TextInfo : Android.OS.Parcel -> Android.Views.TextService.TextInfo
パラメーター
- source
- Parcel
- 属性
注釈
の Java ドキュメントandroid.view.textservice.TextInfo.TextInfo(java.lang.CharSequence, int, int, int, int)
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。
適用対象
TextInfo(String)
コンストラクターです。
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public TextInfo(string? text);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Android.Views.TextService.TextInfo : string -> Android.Views.TextService.TextInfo
パラメーター
- text
- String
TextService に入力されるテキスト
- 属性
注釈
コンストラクターです。
の Java ドキュメントandroid.view.textservice.TextInfo.TextInfo(java.lang.String)
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。
適用対象
TextInfo(String, Int32, Int32)
コンストラクターです。
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;II)V", "")]
public TextInfo(string? text, int cookie, int sequenceNumber);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;II)V", "")>]
new Android.Views.TextService.TextInfo : string * int * int -> Android.Views.TextService.TextInfo
パラメーター
- text
- String
TextService に入力されるテキスト
- cookie
- Int32
この TextInfo の Cookie
- sequenceNumber
- Int32
この TextInfo のシーケンス番号
- 属性
注釈
コンストラクターです。
の Java ドキュメントandroid.view.textservice.TextInfo.TextInfo(java.lang.String, int, int)
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。
適用対象
TextInfo(ICharSequence, Int32, Int32, Int32, Int32)
コンストラクターです。
[Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;IIII)V", "")]
public TextInfo(Java.Lang.ICharSequence? charSequence, int start, int end, int cookie, int sequenceNumber);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;IIII)V", "")>]
new Android.Views.TextService.TextInfo : Java.Lang.ICharSequence * int * int * int * int -> Android.Views.TextService.TextInfo
パラメーター
- charSequence
- ICharSequence
TextService に入力されるテキスト。 実装 ParcelableSpan
する添付スパンも、テキストと共にマーシャリングされます。
- start
- Int32
テキストの範囲の先頭 (両端を含む)。
- end
- Int32
テキストの範囲の末尾 (排他的)。
- cookie
- Int32
この TextInfo の Cookie
- sequenceNumber
- Int32
この TextInfo のシーケンス番号
- 属性
注釈
コンストラクターです。
の Java ドキュメントandroid.view.textservice.TextInfo.TextInfo(java.lang.CharSequence, int, int, int, int)
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。
適用対象
TextInfo(String, Int32, Int32, Int32, Int32)
コンストラクターです。
[Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;IIII)V", "")]
public TextInfo(string? charSequence, int start, int end, int cookie, int sequenceNumber);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;IIII)V", "")>]
new Android.Views.TextService.TextInfo : string * int * int * int * int -> Android.Views.TextService.TextInfo
パラメーター
- charSequence
- String
- start
- Int32
- end
- Int32
- cookie
- Int32
- sequenceNumber
- Int32
- 属性
注釈
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。