Android.Views.Accessibility.AccessibilityNodeInfo.FindAccessibilityNodeInfosByText Method
Finds Android.Views.Accessibility.AccessibilityNodeInfos by text.

Syntax

[Android.Runtime.Register("findAccessibilityNodeInfosByText", "(Ljava/lang/String;)Ljava/util/List;", "GetFindAccessibilityNodeInfosByText_Ljava_lang_String_Handler")]
public virtual IList<AccessibilityNodeInfo> FindAccessibilityNodeInfosByText (string text)

Parameters

text
The searched text.

Returns

Documentation for this section has not yet been entered.

Remarks

Finds Android.Views.Accessibility.AccessibilityNodeInfos by text. The match is case insensitive containment. The search is relative to this info i.e. this info is the root of the traversed tree.

Note: It is a client responsibility to recycle the received info by calling AccessibilityNodeInfo.Recycle to avoid creating of multiple instances.

[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