Sprache

AccessibilityNodeInfo.ActionSetSelection Feld

Definition

Achtung

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

Aktion zum Festlegen der Auswahl.

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

Feldwert

Value = 131072

Implementiert

Attribute

Hinweise

Aktion zum Festlegen der Auswahl. Wenn Sie diese Aktion ohne Argumente ausführen, wird die Auswahl gelöscht.

Java Dokumentation für android.view.accessibility.AccessibilityNodeInfo.ACTION_SET_SELECTION.

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:

Weitere Informationen