Share via


DropHandlerBase Constructor

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)

Syntax

'Declaration
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
)

Parameters

.NET Framework Security

See Also

Reference

DropHandlerBase Class

Microsoft.VisualStudio.Text.Editor.DragDrop Namespace