MouseProcessorBase.PreprocessDragOver 方法
處理在預設處理常式之前的拖曳覆蓋事件。
命名空間: Microsoft.VisualStudio.Text.Editor
組件: Microsoft.VisualStudio.Text.UI.Wpf (在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)
語法
'宣告
Public Overridable Sub PreprocessDragOver ( _
e As DragEventArgs _
)
public virtual void PreprocessDragOver(
DragEventArgs e
)
public:
virtual void PreprocessDragOver(
DragEventArgs^ e
)
abstract PreprocessDragOver :
e:DragEventArgs -> unit
override PreprocessDragOver :
e:DragEventArgs -> unit
public function PreprocessDragOver(
e : DragEventArgs
)
參數
e
類型:DragEventArgsDragEventArgs事件引數。
實作
IMouseProcessor.PreprocessDragOver(DragEventArgs)
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。