IDropHandler 介面
處理不同資料格式的拖放作業。
命名空間: Microsoft.VisualStudio.Text.Editor.DragDrop
組件: Microsoft.VisualStudio.Text.UI.Wpf (在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)
語法
'宣告
Public Interface IDropHandler
public interface IDropHandler
public interface class IDropHandler
type IDropHandler = interface end
public interface IDropHandler
IDropHandler 類型會公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
HandleDataDropped | 表示已完成拖放作業,而且應該立即執行最後的工作 (如果有的話)。 | |
HandleDragCanceled | 表示已取消拖放作業。 | |
HandleDraggingOver | 表示拖放作業正在進行中。 | |
HandleDragStarted | 表示拖放作業已開始。 | |
IsDropEnabled | 判斷處理常式是否可以接受拖放作業的資料。 |
回頁首
備註
實作這個介面的任何物件可以做為拖放處理常式。 拖放處理常式會建立使用IDropHandlerProvider。 如需有關資料格式和其關聯IDropHandler物件,請參閱IDropHandlerProvider。