共用方式為


DropHandlerBase 建構函式

初始化 DropHandlerBase 的新執行個體。

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

語法

'宣告
Protected Sub New ( _
    wpfTextView As IWpfTextView, _
    editorOperations As IEditorOperations _
)
protected DropHandlerBase(
    IWpfTextView wpfTextView,
    IEditorOperations editorOperations
)
protected:
DropHandlerBase(
    IWpfTextView^ wpfTextView, 
    IEditorOperations^ editorOperations
)
new : 
        wpfTextView:IWpfTextView * 
        editorOperations:IEditorOperations -> DropHandlerBase
protected function DropHandlerBase(
    wpfTextView : IWpfTextView, 
    editorOperations : IEditorOperations
)

參數

.NET Framework 安全性

請參閱

參考

DropHandlerBase 類別

Microsoft.VisualStudio.Text.Editor.DragDrop 命名空間