DropHandlerBase(IWpfTextView, IEditorOperations) Oluşturucu
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bir oluşturur DropHandlerBase .
protected:
DropHandlerBase(Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ wpfTextView, Microsoft::VisualStudio::Text::Operations::IEditorOperations ^ editorOperations);
protected:
DropHandlerBase(Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ wpfTextView, Microsoft::VisualStudio::Text::Operations::IEditorOperations ^ editorOperations);
DropHandlerBase(Microsoft::VisualStudio::Text::Editor::IWpfTextView const & wpfTextView, Microsoft::VisualStudio::Text::Operations::IEditorOperations const & editorOperations);
protected DropHandlerBase (Microsoft.VisualStudio.Text.Editor.IWpfTextView wpfTextView, Microsoft.VisualStudio.Text.Operations.IEditorOperations editorOperations);
new Microsoft.VisualStudio.Text.Editor.DragDrop.DropHandlerBase : Microsoft.VisualStudio.Text.Editor.IWpfTextView * Microsoft.VisualStudio.Text.Operations.IEditorOperations -> Microsoft.VisualStudio.Text.Editor.DragDrop.DropHandlerBase
Protected Sub New (wpfTextView As IWpfTextView, editorOperations As IEditorOperations)
Parametreler
- wpfTextView
- IWpfTextView
IWpfTextViewBu bırakma işleyicisinin üzerinde çalıştığı.
- editorOperations
- IEditorOperations
IEditorOperationsDüzenleyiciye metin eklemek için kullanılır.