次の方法で共有


AccessibilityNodeInfo.ActionScrollForward フィールド

定義

注意事項

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

ノードのコンテンツを前方にスクロールするアクション。

[Android.Runtime.Register("ACTION_SCROLL_FORWARD")]
[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 ActionScrollForward = 4096;
[<Android.Runtime.Register("ACTION_SCROLL_FORWARD")>]
[<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 ActionScrollForward : Android.Views.Accessibility.Action

フィールド値

Value = 4096

実装

属性

注釈

ノードのコンテンツを前方にスクロールするアクション。

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

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

適用対象