Sprache

ContentInfo.SourceDragAndDrop Feld

Definition

Achtung

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

Gibt an, dass der Vorgang durch das Drag/Drop-Framework ausgelöst wurde.

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

Feldwert

Value = 3

Implementiert

Attribute

Hinweise

Gibt an, dass der Vorgang durch das Drag/Drop-Framework ausgelöst wurde. Weitere Informationen finden Sie https://developer.android.com/guide/topics/ui/drag-drop unter.

Java Dokumentation für android.view.ContentInfo.SOURCE_DRAG_AND_DROP.

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: