Android.Views.Accessibility.AccessibilityNodeInfo.RemoveChild Method
Removes a virtual child which is a descendant of the given root.

Syntax

[Android.Runtime.Register("removeChild", "(Landroid/view/View;I)Z", "GetRemoveChild_Landroid_view_View_IHandler")]
public virtual bool RemoveChild (Android.Views.View root, int virtualDescendantId)

See Also

AccessibilityNodeInfo.AddChild(Android.Views.View, System.Int32)

Parameters

root
The root of the virtual subtree.
virtualDescendantId
The id of the virtual child.

Returns

Documentation for this section has not yet been entered.

Remarks

Removes a virtual child which is a descendant of the given root. If the child was not previously added to the node, calling this method has no effect.

[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