Share via


DocData.VSUndoManager Property

Gets the UndoManager interface.

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

Syntax

'Declaration
Public ReadOnly Property VSUndoManager As IOleUndoManager
'Usage
Dim instance As DocData 
Dim value As IOleUndoManager 

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

Property Value

Type: Microsoft.VisualStudio.OLE.Interop.IOleUndoManager
The UndoManager interface.

Remarks

UndoManager is nulla null reference (Nothing in Visual Basic) if this object has been disposed.

.NET Framework Security

See Also

Reference

DocData Class

DocData Members

Microsoft.VisualStudio.Modeling.Shell Namespace