Share via


View.ImportantForAutofillNo Campo

Definição

Cuidado

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

A exibição não é importante para o preenchimento automático, mas seus filhos (se houver) serão percorridos.

[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 do campo

Value = 2
Atributos

Comentários

A exibição não é importante para o preenchimento automático, mas seus filhos (se houver) serão percorridos.

Documentação do Java para android.view.View.IMPORTANT_FOR_AUTOFILL_NO.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo de Software Livre android Android Open Source Project e usadas de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a