Documentation for this section has not yet been entered.
Returns an Android.Views.Accessibility.AccessibilityNodeInfo representing this view from the point of view of an Android.AccessibilityServices.AccessibilityService. This method is responsible for obtaining an accessibility node info from a pool of reusable instances and calling View.OnInitializeAccessibilityNodeInfo(Android.Views.Accessibility.AccessibilityNodeInfo) on this view to initialize the former.
Note: The client is responsible for recycling the obtained instance by calling Android.Views.Accessibility.AccessibilityNodeInfo.Recycle to minimize object creation.