Compartir a través de


AccessibilityNodeInfo.ActionSetText Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Views.Accessibility.Action enum directly instead of this field.

Acción que establece el texto del nodo.

[Android.Runtime.Register("ACTION_SET_TEXT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.Action enum directly instead of this field.", true)]
public const Android.Views.Accessibility.Action ActionSetText = 2097152;
[<Android.Runtime.Register("ACTION_SET_TEXT")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.Action enum directly instead of this field.", true)>]
val mutable ActionSetText : Android.Views.Accessibility.Action

Valor de campo

Value = 2097152

Implementaciones

Atributos

Comentarios

Acción que establece el texto del nodo. Al realizar la acción sin argumento, el uso null o vacío CharSequence borrará el texto. Esta acción también colocará el cursor al final del texto.

<>strong Arguments:</strong><#ACTION_ARGUMENT_SET_TEXT_CHARSEQUENCEbr><strong>Example:</strong><pre><p> Bundle arguments = new Bundle(); arguments.putCharSequence(AccessibilityNodeInfo.ACTION_ARGUMENT_SET_TEXT_CHARSEQUENCE, "android"); info.performAction(AccessibilityNodeInfo.ACTION_SET_TEXT, arguments); </pre>

Documentación de Java para android.view.accessibility.AccessibilityNodeInfo.ACTION_SET_TEXT.

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