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.
Provides the functionality for undo and redo operations.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Class UndoManager _
Implements IDisposable
'Usage
Dim instance As UndoManager
public class UndoManager : IDisposable
public ref class UndoManager : IDisposable
public class UndoManager implements IDisposable
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.UndoManager
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.Modeling Namespace