Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
JScript does not support explicit interface implementations.
Implements
Remarks
By default this method is not implemented.
.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.