View.ImportantForAutofillNo Feld

Definition

Achtung

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

Die Ansicht ist für das automatische Ausfüllen nicht wichtig, aber ihre untergeordneten Elemente (falls vorhanden) werden durchlaufen.

[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

Feldwert

Value = 2
Attribute

Hinweise

Die Ansicht ist für das automatische Ausfüllen nicht wichtig, aber ihre untergeordneten Elemente (falls vorhanden) werden durchlaufen.

Java-Dokumentation für android.view.View.IMPORTANT_FOR_AUTOFILL_NO.

Teile dieser Seite sind Änderungen, die auf Arbeiten basieren, die vom Android Open Source Project erstellt und freigegeben wurden und gemäß den In Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: