View.ImportantForAutofillNo Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Views.ImportantForAutofill enum directly instead of this field.

La vista no es importante para autorrellenar, pero sus elementos secundarios (si existen) se recorrerán.

[Android.Runtime.Register("IMPORTANT_FOR_AUTOFILL_NO", ApiSince=26)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.ImportantForAutofill enum directly instead of this field.", true)]
public const Android.Views.ImportantForAutofill ImportantForAutofillNo = 2;
[<Android.Runtime.Register("IMPORTANT_FOR_AUTOFILL_NO", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.ImportantForAutofill enum directly instead of this field.", true)>]
val mutable ImportantForAutofillNo : Android.Views.ImportantForAutofill

Valor de campo

Value = 2
Atributos

Comentarios

La vista no es importante para autorrellenar, pero sus elementos secundarios (si existen) se recorrerán.

Documentación de Java para android.view.View.IMPORTANT_FOR_AUTOFILL_NO.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código y se usan según los términos descritos en la creative Commons 2.5.

Se aplica a