IEditable.Insert メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| Insert(Int32, ICharSequence) |
replace(where, where, text, 0, text. |
| Insert(Int32, ICharSequence, Int32, Int32) |
replace (where, where, text, start, end) の利便性 |
Insert(Int32, ICharSequence)
replace(where, where, text, 0, text.
[Android.Runtime.Register("insert", "(ILjava/lang/CharSequence;)Landroid/text/Editable;", "GetInsert_ILjava_lang_CharSequence_Handler:Android.Text.IEditableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Android.Text.IEditable? Insert(int where, Java.Lang.ICharSequence? text);
[<Android.Runtime.Register("insert", "(ILjava/lang/CharSequence;)Landroid/text/Editable;", "GetInsert_ILjava_lang_CharSequence_Handler:Android.Text.IEditableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Insert : int * Java.Lang.ICharSequence -> Android.Text.IEditable
パラメーター
- where
- Int32
- text
- ICharSequence
返品
- 属性
注釈
replace(where, where, text, 0, text.length()) の利便性。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。
こちらもご覧ください
- <xref:Android.Text.IEditable.Replace(System.Int32%2c+System.Int32%2c+System.Int32%2c+System.Int32%2c+System.Int32)>
適用対象
Insert(Int32, ICharSequence, Int32, Int32)
replace (where, where, text, start, end) の利便性
[Android.Runtime.Register("insert", "(ILjava/lang/CharSequence;II)Landroid/text/Editable;", "GetInsert_ILjava_lang_CharSequence_IIHandler:Android.Text.IEditableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Android.Text.IEditable? Insert(int where, Java.Lang.ICharSequence? text, int start, int end);
[<Android.Runtime.Register("insert", "(ILjava/lang/CharSequence;II)Landroid/text/Editable;", "GetInsert_ILjava_lang_CharSequence_IIHandler:Android.Text.IEditableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Insert : int * Java.Lang.ICharSequence * int * int -> Android.Text.IEditable
パラメーター
- where
- Int32
- text
- ICharSequence
- start
- Int32
- end
- Int32
返品
- 属性
注釈
replace (where, where, text, start, end) の利便性
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。
こちらもご覧ください
- <xref:Android.Text.IEditable.Replace(System.Int32%2c+System.Int32%2c+System.Int32%2c+System.Int32%2c+System.Int32)>