DropHandlerBase Constructor (IWpfTextView^, IEditorOperations^)
Visual Studio 2015
Initializes a new instance of a DropHandlerBase.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
protected:
DropHandlerBase(
IWpfTextView^ wpfTextView,
IEditorOperations^ editorOperations
)
Parameters
- wpfTextView
-
Type:
Microsoft.VisualStudio.Text.Editor::IWpfTextView^
The IWpfTextView on which this drop handler operates.
- editorOperations
-
Type:
Microsoft.VisualStudio.Text.Operations::IEditorOperations^
The IEditorOperations used to insert text into the editor.
Show: