AccessibilityNodeInfo.Window Property

Definition

Gets the window to which this node belongs.

public virtual Android.Views.Accessibility.AccessibilityWindowInfo? Window { [Android.Runtime.Register("getWindow", "()Landroid/view/accessibility/AccessibilityWindowInfo;", "GetGetWindowHandler")] get; }
[<get: Android.Runtime.Register("getWindow", "()Landroid/view/accessibility/AccessibilityWindowInfo;", "GetGetWindowHandler")>]
member this.Window : Android.Views.Accessibility.AccessibilityWindowInfo

Property Value

The window.

Attributes

Remarks

Gets the window to which this node belongs.

Java documentation for android.view.accessibility.AccessibilityNodeInfo.getWindow().

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