View.AutofillValue Propiedad

Definición

Obtiene el valor de autorrellenar actual de la vista. De forma predeterminada, devuelve null , pero las subclases deben invalidarlo y devolver un valor adecuado para admitir correctamente el marco de autorrellenar.

public virtual Android.Views.Autofill.AutofillValue? AutofillValue { [Android.Runtime.Register("getAutofillValue", "()Landroid/view/autofill/AutofillValue;", "GetGetAutofillValueHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getAutofillValue", "()Landroid/view/autofill/AutofillValue;", "GetGetAutofillValueHandler", ApiSince=26)>]
member this.AutofillValue : Android.Views.Autofill.AutofillValue

Valor de propiedad

Atributos

Comentarios

Obtiene el Viewvalor actual de autorrellenar.

De forma predeterminada, devuelve null, pero las subclases deben invalidarlo y devolver un valor adecuado para admitir correctamente autorrellenar framework.

Java documentación para android.view.View.getAutofillValue().

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a