Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
This method is called before edits are made to the buffer to perform any necessary pre edit actions.
Namespace: Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Déclaration
Protected MustOverride Sub PerformPreEditActions ( _
dragDropInfo As DragDropInfo _
)
protected abstract void PerformPreEditActions(
DragDropInfo dragDropInfo
)
protected:
virtual void PerformPreEditActions(
DragDropInfo^ dragDropInfo
) abstract
abstract PerformPreEditActions :
dragDropInfo:DragDropInfo -> unit
protected abstract function PerformPreEditActions(
dragDropInfo : DragDropInfo
)
Parameters
- dragDropInfo
Type: Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfo
The DragDropInfo that contains information about the ongoing drag/drop operation.
.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.