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
wpfTextView
Tipo: Microsoft.VisualStudio.Text.Editor.IWpfTextViewIWpfTextView in cui il gestore del trascinamento viene eseguito.
editorOperations
Tipo: Microsoft.VisualStudio.Text.Operations.IEditorOperationsIEditorOperations utilizzato per inserire testo nell'editor.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.