Share via


DocData.UndoManager Property

Gets the UndoManager interface for the document.

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

Syntax

'Declaration
Public Overridable ReadOnly Property UndoManager As UndoManager
'Usage
Dim instance As DocData 
Dim value As UndoManager 

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

Property Value

Type: Microsoft.VisualStudio.Modeling.Shell.UndoManager
[The T:Microsoft.VisualStudio.Modeling.Shell.UndoManager] interface for the document.

.NET Framework Security

See Also

Reference

DocData Class

DocData Members

Microsoft.VisualStudio.Modeling.Shell Namespace