AccessibilityNodeInfo.SelectionPosition.Node 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.
Gets the node for thisSelectionPosition<br>
<strong>Note:</strong> This api can only be called from AccessibilityService.
public Android.Views.Accessibility.AccessibilityNodeInfo? Node { [Android.Runtime.Register("getNode", "()Landroid/view/accessibility/AccessibilityNodeInfo;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getNode", "()Landroid/view/accessibility/AccessibilityNodeInfo;", "", ApiSince=36)>]
member this.Node : Android.Views.Accessibility.AccessibilityNodeInfo
Property Value
The node associated with thisSelectionPosition
- Attributes
Remarks
Gets the node for thisSelectionPosition<br> <strong>Note:</strong> This api can only be called from AccessibilityService.
Java documentation for android.view.accessibility.AccessibilityNodeInfo.SelectionPosition.getNode().
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.