AccessibilityRecord.Text Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the text of the event.
public virtual System.Collections.Generic.IList<Java.Lang.ICharSequence> Text { [Android.Runtime.Register("getText", "()Ljava/util/List;", "GetGetTextHandler")] get; }
[<get: Android.Runtime.Register("getText", "()Ljava/util/List;", "GetGetTextHandler")>]
member this.Text : System.Collections.Generic.IList<Java.Lang.ICharSequence>
Property Value
The text.
- Attributes
Remarks
Gets the text of the event. The index in the list represents the priority of the text. Specifically, the lower the index the higher the priority.
Java documentation for android.view.accessibility.AccessibilityRecord.getText()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.