Android.Views.Accessibility.AccessibilityNodeInfo.Obtain Method
Returns a cached instance if such is available otherwise a new one and sets the source.

Syntax

[Android.Runtime.Register("obtain", "(Landroid/view/View;I)Landroid/view/accessibility/AccessibilityNodeInfo;", "")]
public static AccessibilityNodeInfo Obtain (Android.Views.View root, int virtualDescendantId)

See Also

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

Parameters

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

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a cached instance if such is available otherwise a new one and sets the source.

[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 16