InputConnectionWrapper.SetSelection(Int32, Int32) Método

Definición

Por agregar

[Android.Runtime.Register("setSelection", "(II)Z", "GetSetSelection_IIHandler")]
public virtual bool SetSelection(int start, int end);
[<Android.Runtime.Register("setSelection", "(II)Z", "GetSetSelection_IIHandler")>]
abstract member SetSelection : int * int -> bool
override this.SetSelection : int * int -> bool

Parámetros

start
Int32

índice de caracteres donde se debe iniciar la selección.

end
Int32

índice de caracteres donde debe finalizar la selección.

Devoluciones

Implementaciones

Atributos

Comentarios

Por agregar

Java documentación para android.view.inputmethod.InputConnectionWrapper.setSelection(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.

Se aplica a