AccessibilityNodeInfo.ActionPreviousHtmlElement フィールド

定義

注意事項

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_PREVIOUS_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 ActionPreviousHtmlElement = 2048;
[<Android.Runtime.Register("ACTION_PREVIOUS_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 ActionPreviousHtmlElement : Android.Views.Accessibility.Action

フィールド値

Value = 2048

実装

属性

注釈

特定の型の前の 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_PREVIOUS_HTML_ELEMENT, arguments); </pre>

</p>

android.view.accessibility.AccessibilityNodeInfo.ACTION_PREVIOUS_HTML_ELEMENTJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象