InputConnectionWrapper.DeleteSurroundingTextInCodePoints(Int32, Int32) Método

Definición

Por agregar

[Android.Runtime.Register("deleteSurroundingTextInCodePoints", "(II)Z", "GetDeleteSurroundingTextInCodePoints_IIHandler", ApiSince=24)]
public virtual bool DeleteSurroundingTextInCodePoints(int beforeLength, int afterLength);
[<Android.Runtime.Register("deleteSurroundingTextInCodePoints", "(II)Z", "GetDeleteSurroundingTextInCodePoints_IIHandler", ApiSince=24)>]
abstract member DeleteSurroundingTextInCodePoints : int * int -> bool
override this.DeleteSurroundingTextInCodePoints : int * int -> bool

Parámetros

beforeLength
Int32
afterLength
Int32

Devoluciones

Implementaciones

Atributos

Comentarios

Por agregar

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