Compartir a través de


InputConnectionWrapper.GetTextAfterCursorFormatted Método

Definición

Para agregar

[Android.Runtime.Register("getTextAfterCursor", "(II)Ljava/lang/CharSequence;", "GetGetTextAfterCursor_IIHandler")]
public virtual Java.Lang.ICharSequence? GetTextAfterCursorFormatted(int n, Android.Views.InputMethods.GetTextFlags flags);
[<Android.Runtime.Register("getTextAfterCursor", "(II)Ljava/lang/CharSequence;", "GetGetTextAfterCursor_IIHandler")>]
abstract member GetTextAfterCursorFormatted : int * Android.Views.InputMethods.GetTextFlags -> Java.Lang.ICharSequence
override this.GetTextAfterCursorFormatted : int * Android.Views.InputMethods.GetTextFlags -> Java.Lang.ICharSequence

Parámetros

n
Int32

Longitud esperada del texto.

flags
GetTextFlags

Proporciona opciones adicionales que controlan cómo se devuelve el texto. Puede ser 0 o GetTextWithStyles.

Devoluciones

Implementaciones

Atributos

Comentarios

Para agregar

Documentación de Java para android.view.inputmethod.InputConnectionWrapper.getTextAfterCursor(int, int).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a