Android.Views.Accessibility.AccessibilityNodeInfo.GetChild Method
Get the child at given index.

Syntax

[Android.Runtime.Register("getChild", "(I)Landroid/view/accessibility/AccessibilityNodeInfo;", "GetGetChild_IHandler")]
public virtual AccessibilityNodeInfo GetChild (int index)

Parameters

index
The child index.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionIf called outside of an AccessibilityService.

Remarks

Get the child at given index.

Note: It is a client responsibility to recycle the received info by calling AccessibilityNodeInfo.Recycle to avoid creating of multiple instances.

[Android Documentation]

Requirements

Namespace: Android.Views.Accessibility
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14