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

에 대한 android.view.accessibility.AccessibilityNodeInfo.ACTION_NEXT_HTML_ELEMENTJava 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상