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.

Java documentación 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 Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a