DropHandlerBase.PerformPreEditActions(DragDropInfo) Yöntem

Tanım

Bu yöntem, gerekli olan herhangi bir ön düzenleme eylemini gerçekleştirmek üzere arabellekte düzenleme yapılmadan önce çağrılır.

protected:
 abstract void PerformPreEditActions(Microsoft::VisualStudio::Text::Editor::DragDrop::DragDropInfo ^ dragDropInfo);
 abstract void PerformPreEditActions(Microsoft::VisualStudio::Text::Editor::DragDrop::DragDropInfo const & dragDropInfo);
protected abstract void PerformPreEditActions (Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfo dragDropInfo);
abstract member PerformPreEditActions : Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfo -> unit
Protected MustOverride Sub PerformPreEditActions (dragDropInfo As DragDropInfo)

Parametreler

dragDropInfo
DragDropInfo

DragDropInfoŞu anda devam eden sürükle/bırak işlemi hakkındaki bilgileri tutan.

Şunlara uygulanır