TextView.SetExtractedText(ExtractedText) Method
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.
Apply to this text view the given extracted text, as previously
returned by #extractText(ExtractedTextRequest, ExtractedText)
.
[Android.Runtime.Register("setExtractedText", "(Landroid/view/inputmethod/ExtractedText;)V", "GetSetExtractedText_Landroid_view_inputmethod_ExtractedText_Handler")]
public virtual void SetExtractedText (Android.Views.InputMethods.ExtractedText? text);
[<Android.Runtime.Register("setExtractedText", "(Landroid/view/inputmethod/ExtractedText;)V", "GetSetExtractedText_Landroid_view_inputmethod_ExtractedText_Handler")>]
abstract member SetExtractedText : Android.Views.InputMethods.ExtractedText -> unit
override this.SetExtractedText : Android.Views.InputMethods.ExtractedText -> unit
Parameters
- text
- ExtractedText
- Attributes
Remarks
Apply to this text view the given extracted text, as previously returned by #extractText(ExtractedTextRequest, ExtractedText)
.
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.