AccessibilityRequestPreparer.View 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.
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
The view this object was created with, or null
if the weak reference held
to the view is no longer valid.
- Attributes
Remarks
Get the view this object was created with.
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.