Język

FormEditRecord.Text Property

Definition

Gets the text associated with this form edit record.

public string? Text { [Android.Runtime.Register("getText", "()Ljava/lang/String;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getText", "()Ljava/lang/String;", "", ApiSince=35)>]
member this.Text : string

Property Value

The text for a set-text edit record, or null when no text is present.

Attributes

Remarks

Text is used when the edit type sets the value of a text field or editable combo box.

Java documentation for FormEditRecord.

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.

Applies to