KeyEvent.KeycodeNew Feld

Definition

Achtung

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

Schlüsselcodekonstante: AC New

[Android.Runtime.Register("KEYCODE_NEW", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Keycode enum directly instead of this field.", true)]
public const Android.Views.Keycode KeycodeNew = 320;
[<Android.Runtime.Register("KEYCODE_NEW", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Keycode enum directly instead of this field.", true)>]
val mutable KeycodeNew : Android.Views.Keycode

Feldwert

Value = 320

Implementiert

Attribute

Hinweise

Schlüsselcodekonstante: AC New

Wenn Sie z. B. eine neue Instanz eines Fensters erstellen möchten, öffnen Sie eine neue Registerkarte usw.

Java Dokumentation für android.view.KeyEvent.KEYCODE_NEW.

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: