DropHandlerBase.PerformPostEditActions Method
This method is called after the edits are made to the buffer to perform any necessary post edit actions.
Namespace: Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'宣言
Protected MustOverride Sub PerformPostEditActions ( _
dragDropInfo As DragDropInfo, _
successfulEdit As Boolean _
)
protected abstract void PerformPostEditActions(
DragDropInfo dragDropInfo,
bool successfulEdit
)
protected:
virtual void PerformPostEditActions(
DragDropInfo^ dragDropInfo,
bool successfulEdit
) abstract
abstract PerformPostEditActions :
dragDropInfo:DragDropInfo *
successfulEdit:bool -> unit
protected abstract function PerformPostEditActions(
dragDropInfo : DragDropInfo,
successfulEdit : boolean
)
Parameters
- dragDropInfo
Type: Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfo
The DragDropInfo holding information about the currently ongoing drag/drop operation.
- successfulEdit
Type: System.Boolean
If true, the edits performed on the buffer were successful, if false, the edits failed.
.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.