DragEvent.ClipDescription 屬性

定義

android.content.ClipDescription 回物件中包含的 android.content.ClipData 物件,該物件會傳送至系統,做為呼叫 android.view.View#startDragAndDrop(ClipData,View.DragShadowBuilder,Object,int) startDragAndDrop()的一部分。

public virtual Android.Content.ClipDescription? ClipDescription { [Android.Runtime.Register("getClipDescription", "()Landroid/content/ClipDescription;", "GetGetClipDescriptionHandler")] get; }
[<get: Android.Runtime.Register("getClipDescription", "()Landroid/content/ClipDescription;", "GetGetClipDescriptionHandler")>]
member this.ClipDescription : Android.Content.ClipDescription

屬性值

ClipDescription,屬於 startDragAndDrop(傳送至系統的 ClipData 一部分)。

屬性

備註

android.content.ClipDescription 回物件中包含的 android.content.ClipData 物件,該物件會傳送至系統,做為呼叫 android.view.View#startDragAndDrop(ClipData,View.DragShadowBuilder,Object,int) startDragAndDrop()的一部分。 View 的拖曳處理程式或接聽程式可以使用這個物件中的元數據來決定 View 是否可以接受拖曳的 View 物件數據。

這個方法會傳回所有事件動作的有效數據,但 除外 #ACTION_DRAG_ENDED

android.view.DragEvent.getClipDescription()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於