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
'宣言
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
- wpfTextView
Type: Microsoft.VisualStudio.Text.Editor.IWpfTextView
The IWpfTextView on which this drop handler operates.
- editorOperations
Type: Microsoft.VisualStudio.Text.Operations.IEditorOperations
The IEditorOperations used to insert text into the editor.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.