AccessibilityNodeInfo.GetChild(Int32) Method

Definition

Get the child at given index.

[Android.Runtime.Register("getChild", "(I)Landroid/view/accessibility/AccessibilityNodeInfo;", "GetGetChild_IHandler")]
public virtual Android.Views.Accessibility.AccessibilityNodeInfo? GetChild (int index);
[<Android.Runtime.Register("getChild", "(I)Landroid/view/accessibility/AccessibilityNodeInfo;", "GetGetChild_IHandler")>]
abstract member GetChild : int -> Android.Views.Accessibility.AccessibilityNodeInfo
override this.GetChild : int -> Android.Views.Accessibility.AccessibilityNodeInfo

Parameters

index
Int32

The child index.

Returns

AccessibilityNodeInfo

The child node.

Attributes

Exceptions

If called outside of an AccessibilityService.

Remarks

Java documentation for android.view.accessibility.AccessibilityNodeInfo.getChild(int).

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