View.ImportantForAutofillYes 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 es importante para autorrellenar y se recorrerán sus elementos secundarios (si los hay).

[Android.Runtime.Register("IMPORTANT_FOR_AUTOFILL_YES", 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 ImportantForAutofillYes = 1;
[<Android.Runtime.Register("IMPORTANT_FOR_AUTOFILL_YES", 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 ImportantForAutofillYes : Android.Views.ImportantForAutofill

Valor de campo

Value = 1
Atributos

Comentarios

La vista es importante para autorrellenar y se recorrerán sus elementos secundarios (si los hay).

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

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

Se aplica a