Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 IOleParentUndoUnit.OnNextAdd
'Usage
Dim instance As OleUndoEngine..::..UndoUnit
CType(instance, IOleParentUndoUnit).OnNextAdd()
void IOleParentUndoUnit.OnNextAdd()
private:
virtual void OnNextAdd() sealed = IOleParentUndoUnit::OnNextAdd
private abstract OnNextAdd : unit -> unit
private override OnNextAdd : unit -> unit
JScript does not support explicit interface implementations.
Implements
IOleParentUndoUnit.OnNextAdd()
Remarks
This method calls OnNextAdd(), which 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.