Compartilhar via


Construtor DropHandlerBase

Inicializa uma nova instância de um DropHandlerBase.

Namespace:  Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (em Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintaxe

'Declaração
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
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

DropHandlerBase Classe

Namespace Microsoft.VisualStudio.Text.Editor.DragDrop