DropHandlerBase 建構函式
初始化 DropHandlerBase 的新執行個體。
命名空間: Microsoft.VisualStudio.Text.Editor.DragDrop
組件: Microsoft.VisualStudio.Text.UI.Wpf (在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)
語法
'宣告
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
)
參數
wpfTextView
類型:Microsoft.VisualStudio.Text.Editor.IWpfTextViewIWpfTextView上的這個拖放處理常式的運作方式。
editorOperations
類型:Microsoft.VisualStudio.Text.Operations.IEditorOperationsIEditorOperations用來插入編輯器] 中的文字。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。