View.AutofillTypeText Campo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
This constant will be removed in the future version. Use Android.Views.AutofillType enum directly instead of this field.
Tipo di riempimento automatico per un campo di testo, compilato da un oggetto CharSequence.
[Android.Runtime.Register("AUTOFILL_TYPE_TEXT", ApiSince=26)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.AutofillType enum directly instead of this field.", true)]
public const Android.Views.AutofillType AutofillTypeText = 1;
[<Android.Runtime.Register("AUTOFILL_TYPE_TEXT", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.AutofillType enum directly instead of this field.", true)>]
val mutable AutofillTypeText : Android.Views.AutofillType
Valore del campo
Value = 1- Attributi
Commenti
Tipo di riempimento automatico per un campo di testo, compilato da un oggetto CharSequence.
AutofillValue Le istanze per il riempimento automatico di un View oggetto possono essere ottenute tramite AutofillValue#forText(CharSequence)e il valore passato al riempimento automatico di un View può essere recuperato tramite AutofillValue#getTextValue().
per android.view.View.AUTOFILL_TYPE_TEXT.
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.