UndoManager Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
UndoManager(Context) |
constructor. |
UndoManager(Store) |
constructor. |
UndoManager(Context)
constructor.
public:
UndoManager(Microsoft::VisualStudio::Modeling::Context ^ context);
public UndoManager (Microsoft.VisualStudio.Modeling.Context context);
new Microsoft.VisualStudio.Modeling.UndoManager : Microsoft.VisualStudio.Modeling.Context -> Microsoft.VisualStudio.Modeling.UndoManager
Public Sub New (context As Context)
Parameters
- context
- Context
The context that this undo manager is part of
Applies to
UndoManager(Store)
constructor.
public:
UndoManager(Microsoft::VisualStudio::Modeling::Store ^ store);
public UndoManager (Microsoft.VisualStudio.Modeling.Store store);
new Microsoft.VisualStudio.Modeling.UndoManager : Microsoft.VisualStudio.Modeling.Store -> Microsoft.VisualStudio.Modeling.UndoManager
Public Sub New (store As Store)
Parameters
- store
- Store
The store that the undo manager is attached to