AccessibilityNodeInfo.ActionLongClick フィールド

定義

注意事項

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

ノードを長くクリックするアクション。

[Android.Runtime.Register("ACTION_LONG_CLICK")]
[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 ActionLongClick = 32;
[<Android.Runtime.Register("ACTION_LONG_CLICK")>]
[<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 ActionLongClick : Android.Views.Accessibility.Action

フィールド値

Value = 32

実装

属性

注釈

ノードを長くクリックするアクション。

アンカーの座標情報はサポートされていません。

Javaドキュメント。

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

適用対象