Share via


ModelingDocStore.UndoManager Property

Gets the UndoManager for the store.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
Public ReadOnly Property UndoManager As UndoManager
'Usage
Dim instance As ModelingDocStore 
Dim value As UndoManager 

value = instance.UndoManager
public UndoManager UndoManager { get; }
public:
property UndoManager^ UndoManager {
    UndoManager^ get ();
}
public function get UndoManager () : UndoManager

Property Value

Type: Microsoft.VisualStudio.Modeling.Shell.UndoManager
The UndoManager for the store.

.NET Framework Security

See Also

Reference

ModelingDocStore Class

ModelingDocStore Members

Microsoft.VisualStudio.Modeling.Shell Namespace