AccessibilityRecord.BeforeTextFormatted 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 before a change. -or- Sets the text before a change.
public virtual Java.Lang.ICharSequence? BeforeTextFormatted { [Android.Runtime.Register("getBeforeText", "()Ljava/lang/CharSequence;", "GetGetBeforeTextHandler")] get; [Android.Runtime.Register("setBeforeText", "(Ljava/lang/CharSequence;)V", "GetSetBeforeText_Ljava_lang_CharSequence_Handler")] set; }
[<get: Android.Runtime.Register("getBeforeText", "()Ljava/lang/CharSequence;", "GetGetBeforeTextHandler")>]
[<set: Android.Runtime.Register("setBeforeText", "(Ljava/lang/CharSequence;)V", "GetSetBeforeText_Ljava_lang_CharSequence_Handler")>]
member this.BeforeTextFormatted : Java.Lang.ICharSequence with get, set
Property Value
The text before the change.
- Attributes
Exceptions
If called from an AccessibilityService.
Remarks
Property getter documentation:
Gets the text before a change.
Java documentation for android.view.accessibility.AccessibilityRecord.getBeforeText()
.
Property setter documentation:
Sets the text before a change.
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.