ModelingDocData.UndoManager Property
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.
Overriden to retrieve the undo manager associated with the ModelingDocStore. This allows ModelingDocData's that share a primary store to also share an undo manager.
public:
virtual property Microsoft::VisualStudio::Modeling::Shell::UndoManager ^ UndoManager { Microsoft::VisualStudio::Modeling::Shell::UndoManager ^ get(); };
public override Microsoft.VisualStudio.Modeling.Shell.UndoManager UndoManager { get; }
member this.UndoManager : Microsoft.VisualStudio.Modeling.Shell.UndoManager
Public Overrides ReadOnly Property UndoManager As UndoManager