View.ImportantForAutofillNoExcludeDescendants 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, und die untergeordneten Elemente (sofern vorhanden) werden nicht durchlaufen.

[Android.Runtime.Register("IMPORTANT_FOR_AUTOFILL_NO_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 ImportantForAutofillNoExcludeDescendants = 8;
[<Android.Runtime.Register("IMPORTANT_FOR_AUTOFILL_NO_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 ImportantForAutofillNoExcludeDescendants : Android.Views.ImportantForAutofill

Feldwert

Value = 8
Attribute

Hinweise

Die Ansicht ist für das automatische Ausfüllen nicht wichtig, und die untergeordneten Elemente (sofern vorhanden) werden nicht durchlaufen.

Java Dokumentation für android.view.View.IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: