DragEvent.ClipDescription 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳 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 屬性授權中所述的詞彙使用。