Sprache

AccessibilityNodeInfo.ActionCopy 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 Kopieren der aktuellen Auswahl in die Zwischenablage.

[Android.Runtime.Register("ACTION_COPY")]
[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 ActionCopy = 16384;
[<Android.Runtime.Register("ACTION_COPY")>]
[<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 ActionCopy : Android.Views.Accessibility.Action

Feldwert

Value = 16384

Implementiert

Attribute

Hinweise

Aktion zum Kopieren der aktuellen Auswahl in die Zwischenablage.

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

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: