DropHandlerBase Constructor (IWpfTextView^, IEditorOperations^)

 

Initializes a new instance of a DropHandlerBase.

Namespace:   Microsoft.VisualStudio.Text.Editor.DragDrop
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.

Return to top
Show: