Compartir a través de


AccessibilityNodeInfo.ActionNextHtmlElement 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 para pasar al siguiente elemento HTML de un tipo determinado.

[Android.Runtime.Register("ACTION_NEXT_HTML_ELEMENT")]
[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 ActionNextHtmlElement = 1024;
[<Android.Runtime.Register("ACTION_NEXT_HTML_ELEMENT")>]
[<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 ActionNextHtmlElement : Android.Views.Accessibility.Action

Valor de campo

Value = 1024

Implementaciones

Atributos

Comentarios

Acción para pasar al siguiente elemento HTML de un tipo determinado. Por ejemplo, vaya al BUTTON, INPUT, TABLE, etc.

<>strong Arguments:</strong><#ACTION_ARGUMENT_HTML_ELEMENT_STRINGbr><strong>Example:</strong><pre><p> Bundle arguments = new Bundle(); arguments.putString(AccessibilityNodeInfo.ACTION_ARGUMENT_HTML_ELEMENT_STRING, "BUTTON"); info.performAction(AccessibilityNodeInfo.ACTION_NEXT_HTML_ELEMENT, arguments); </pre>

</p>

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

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