AccessibilityNodeInfo.Actions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
deprecated
Gets the actions that can be performed on the node.
[System.Obsolete("deprecated")]
public virtual Android.Views.Accessibility.Action Actions { [Android.Runtime.Register("getActions", "()I", "GetGetActionsHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getActions", "()I", "GetGetActionsHandler")>]
member this.Actions : Android.Views.Accessibility.Action
Property Value
The bit mask of with actions.
- Attributes
Remarks
Gets the actions that can be performed on the node.
This member is deprecated. Use #getActionList()
.
Java documentation for android.view.accessibility.AccessibilityNodeInfo.getActions()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
See also
- ActionFocus
- ActionClearFocus
- ActionSelect
- ActionClearSelection
- ActionAccessibilityFocus
- ActionClearAccessibilityFocus
- ActionClick
- ActionLongClick
- ActionNextAtMovementGranularity
- ActionPreviousAtMovementGranularity
- ActionNextHtmlElement
- ActionPreviousHtmlElement
- ActionScrollForward
- ActionScrollBackward