IEditable.Insert Método

Definición

Sobrecargas

Nombre Description
Insert(Int32, ICharSequence)

Comodidad para replace(where, where, text, 0, text.

Insert(Int32, ICharSequence, Int32, Int32)

Comodidad para replace(where, where, text, start, end)

Insert(Int32, ICharSequence)

Comodidad para 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

Parámetros

where
Int32

Devoluciones

Atributos

Comentarios

Comodidad para replace(where, where, text, 0, text.length());

Java documentación para android.text.Editable.insert(int, java.lang.CharSequence).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Consulte también

  • <xref:Android.Text.IEditable.Replace(System.Int32%2c+System.Int32%2c+System.Int32%2c+System.Int32%2c+System.Int32)>

Se aplica a

Insert(Int32, ICharSequence, Int32, Int32)

Comodidad para 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

Parámetros

where
Int32
start
Int32
end
Int32

Devoluciones

Atributos

Comentarios

Comodidad para replace(where, where, text, start, end)

Java documentación para android.text.Editable.insert(int, java.lang.CharSequence, int, int).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Consulte también

  • <xref:Android.Text.IEditable.Replace(System.Int32%2c+System.Int32%2c+System.Int32%2c+System.Int32%2c+System.Int32)>

Se aplica a