DropHandlerBase(IWpfTextView, IEditorOperations) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.