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
wpfTextView
Tipo: Microsoft.VisualStudio.Text.Editor.IWpfTextViewO IWpfTextView em que opera esse manipulador de soltar.
editorOperations
Tipo: Microsoft.VisualStudio.Text.Operations.IEditorOperationsO IEditorOperations usado para inserir texto no editor.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.