Condividi tramite


Costruttore DropHandlerBase

Inizializza una nuova istanza di un oggetto DropHandlerBase.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintassi

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

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DropHandlerBase Classe

Spazio dei nomi Microsoft.VisualStudio.Text.Editor.DragDrop