View.ImportantForAccessibilityYes Feld

Definition

Achtung

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

Die Ansicht ist wichtig für die Barrierefreiheit.

[Android.Runtime.Register("IMPORTANT_FOR_ACCESSIBILITY_YES")]
[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 ImportantForAccessibilityYes = 1;
[<Android.Runtime.Register("IMPORTANT_FOR_ACCESSIBILITY_YES")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.ImportantForAccessibility enum directly instead of this field.", true)>]
val mutable ImportantForAccessibilityYes : Android.Views.ImportantForAccessibility

Feldwert

Value = 1
Attribute

Hinweise

Die Ansicht ist wichtig für die Barrierefreiheit.

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

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

Gilt für: