AccessibilityRequestPreparer.View Property

Definition

Get the view this object was created with.

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

Property Value

View

The view this object was created with, or null if the weak reference held to the view is no longer valid.

Attributes

Remarks

Java documentation for android.view.accessibility.AccessibilityRequestPreparer.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