共用方式為


IMouseProcessor.PreprocessDrop 方法

處理在預設處理常式之前的置放事件。

命名空間:  Microsoft.VisualStudio.Text.Editor
組件:  Microsoft.VisualStudio.Text.UI.Wpf (在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

語法

'宣告
Sub PreprocessDrop ( _
    e As DragEventArgs _
)
void PreprocessDrop(
    DragEventArgs e
)
void PreprocessDrop(
    DragEventArgs^ e
)
abstract PreprocessDrop : 
        e:DragEventArgs -> unit
function PreprocessDrop(
    e : DragEventArgs
)

參數

.NET Framework 安全性

請參閱

參考

IMouseProcessor 介面

Microsoft.VisualStudio.Text.Editor 命名空間