Freigeben über


View.ImportantForAccessibilityAuto Feld

Definition

Achtung

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

Bestimmen Sie automatisch, ob eine Ansicht für die Barrierefreiheit wichtig ist.

[Android.Runtime.Register("IMPORTANT_FOR_ACCESSIBILITY_AUTO")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.ImportantForAccessibility enum directly instead of this field.", true)]
public const Android.Views.ImportantForAccessibility ImportantForAccessibilityAuto = 0;
[<Android.Runtime.Register("IMPORTANT_FOR_ACCESSIBILITY_AUTO")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.ImportantForAccessibility enum directly instead of this field.", true)>]
val mutable ImportantForAccessibilityAuto : Android.Views.ImportantForAccessibility

Feldwert

Value = 0
Attribute

Hinweise

Bestimmen Sie automatisch, ob eine Ansicht für die Barrierefreiheit wichtig ist.

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

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: