View.ImportantForAutofillYesExcludeDescendants 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, pero sus elementos secundarios (si existen) no se recorrerán.

[Android.Runtime.Register("IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS", 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 ImportantForAutofillYesExcludeDescendants = 4;
[<Android.Runtime.Register("IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS", 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 ImportantForAutofillYesExcludeDescendants : Android.Views.ImportantForAutofill

Valor de campo

Value = 4
Atributos

Comentarios

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

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

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