Share via


ModelingDocStore.UndoManager Property

Gets the UndoManager for the store.

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

Syntax

'Declaration
Public ReadOnly Property UndoManager As UndoManager
public UndoManager UndoManager { get; }
public:
property UndoManager^ UndoManager {
    UndoManager^ get ();
}
member UndoManager : UndoManager with get
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

Microsoft.VisualStudio.Modeling.Shell Namespace