次の方法で共有


AccessibilityNodeInfo.ActionNextHtmlElement フィールド

定義

注意事項

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

特定の型の次の HTML 要素に移動するアクション。

[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

フィールド値

Value = 1024

実装

属性

注釈

特定の型の次の HTML 要素に移動するアクション。 たとえば、BUTTON、INPUT、TABLE などに移動します。

<strong>Arguments:</strong br><strong><#ACTION_ARGUMENT_HTML_ELEMENT_STRING>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>

の Java ドキュメントandroid.view.accessibility.AccessibilityNodeInfo.ACTION_NEXT_HTML_ELEMENT

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象