AccessibilityWindowInfo.GetControlledWindow(Int32) Method
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 controlled window at the given index.
[Android.Runtime.Register("getControlledWindow", "(I)Landroid/view/accessibility/AccessibilityWindowInfo;", "", ApiSince=37)]
public Android.Views.Accessibility.AccessibilityWindowInfo? GetControlledWindow(int index);
[<Android.Runtime.Register("getControlledWindow", "(I)Landroid/view/accessibility/AccessibilityWindowInfo;", "", ApiSince=37)>]
member this.GetControlledWindow : int -> Android.Views.Accessibility.AccessibilityWindowInfo
Parameters
- index
- Int32
The index.
Returns
The AccessibilityWindowInfo controlled by this window at the
given index, or null if the connection is invalid or the
window is no longer available.
- Attributes