Share via


DropHandlerBase(IWpfTextView, IEditorOperations) Constructor

Definition

Constructs a DropHandlerBase.

protected:
 DropHandlerBase(Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ wpfTextView, Microsoft::VisualStudio::Text::Operations::IEditorOperations ^ editorOperations);
protected:
 DropHandlerBase(Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ wpfTextView, Microsoft::VisualStudio::Text::Operations::IEditorOperations ^ editorOperations);
 DropHandlerBase(Microsoft::VisualStudio::Text::Editor::IWpfTextView const & wpfTextView, Microsoft::VisualStudio::Text::Operations::IEditorOperations const & editorOperations);
protected DropHandlerBase (Microsoft.VisualStudio.Text.Editor.IWpfTextView wpfTextView, Microsoft.VisualStudio.Text.Operations.IEditorOperations editorOperations);
new Microsoft.VisualStudio.Text.Editor.DragDrop.DropHandlerBase : Microsoft.VisualStudio.Text.Editor.IWpfTextView * Microsoft.VisualStudio.Text.Operations.IEditorOperations -> Microsoft.VisualStudio.Text.Editor.DragDrop.DropHandlerBase
Protected Sub New (wpfTextView As IWpfTextView, editorOperations As IEditorOperations)

Parameters

wpfTextView
IWpfTextView

The IWpfTextView over which this drop handler operates on.

editorOperations
IEditorOperations

The IEditorOperations used to insert text into the editor.

Applies to