Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
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.DragDropInfoThe DragDropInfo holding information about the currently ongoing drag/drop operation.
successfulEdit
Type: System.BooleanIf 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.