Android.Views.Accessibility.AccessibilityNodeInfo.RemoveChild Method
Removes a child.

Syntax

[Android.Runtime.Register("removeChild", "(Landroid/view/View;)Z", "GetRemoveChild_Landroid_view_View_Handler")]
public virtual bool RemoveChild (Android.Views.View child)

Parameters

child
The child.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.

Remarks

Removes a child. If the child was not previously added to the node, calling this method has no effect.

Note: Cannot be called from an Android.AccessibilityServices.AccessibilityService. This class is made immutable before being delivered to an AccessibilityService.

[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