Android.Views.View.AccessibilityNodeProvider Property
Gets the provider for managing a virtual view hierarchy rooted at this View and reported to Android.AccessibilityServices.AccessibilityServices that explore the window content.

Syntax

[get: Android.Runtime.Register("getAccessibilityNodeProvider", "()Landroid/view/accessibility/AccessibilityNodeProvider;", "GetGetAccessibilityNodeProviderHandler")]
public virtual Android.Views.Accessibility.AccessibilityNodeProvider AccessibilityNodeProvider { get; }

See Also

Android.Views.Accessibility.AccessibilityNodeProvider

Value

Documentation for this section has not yet been entered.

Remarks

Gets the provider for managing a virtual view hierarchy rooted at this View and reported to Android.AccessibilityServices.AccessibilityServices that explore the window content.

If this method returns an instance, this instance is responsible for managing Android.Views.Accessibility.AccessibilityNodeInfos describing the virtual sub-tree rooted at this View including the one representing the View itself. Similarly the returned instance is responsible for performing accessibility actions on any virtual view or the root view itself.

If an NoType:android/view/View$AccessibilityDelegate;Href=../../../reference/android/view/View.AccessibilityDelegate.html has been specified via calling View.SetAccessibilityDelegate(.AccessibilityDelegate) its NoType:android/view/View$AccessibilityDelegate;Href=../../../reference/android/view/View.AccessibilityDelegate.html#getAccessibilityNodeProvider(android.view.View) is responsible for handling this call.

[Android Documentation]

Requirements

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