언어

AccessibilityNodeInfo.SelectionPosition.View Property

Definition

Gets the view for thisSelectionPosition

public Android.Views.View? View { [Android.Runtime.Register("getView", "()Landroid/view/View;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getView", "()Landroid/view/View;", "", ApiSince=37)>]
member this.View : Android.Views.View

Property Value

The view associated with thisSelectionPosition. Will return null if the view is not attached to a window.

Attributes

Remarks

Gets the view for this SelectionPosition

Note: Cannot be called from an AccessibilityService.

Android reference for android.view.accessibility.AccessibilityNodeInfo.SelectionPosition.getView.

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