Freigeben über


OleUndoEngine.UndoUnit.IOleUndoUnit.OnNextAdd Method

Notifies the last undo unit in the collection that a new unit has been added.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaration
Private Sub OnNextAdd Implements IOleUndoUnit.OnNextAdd
'Usage
Dim instance As OleUndoEngine..::..UndoUnit

CType(instance, IOleUndoUnit).OnNextAdd()
void IOleUndoUnit.OnNextAdd()
private:
virtual void OnNextAdd() sealed = IOleUndoUnit::OnNextAdd
private abstract OnNextAdd : unit -> unit 
private override OnNextAdd : unit -> unit 
JScript does not support explicit interface implementations.

Implements

IOleUndoUnit.OnNextAdd()

Remarks

By default this method is not implemented.

.NET Framework Security

See Also

Reference

OleUndoEngine.UndoUnit Class

OleUndoEngine.UndoUnit Members

Microsoft.VisualStudio.Shell.Design Namespace