Share via


MonitorSelectionServiceHelper.CurrentUndoManager Property

Gets the current Undo manager.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public ReadOnly Property CurrentUndoManager As Object
    Get
'Usage
Dim instance As MonitorSelectionServiceHelper
Dim value As Object

value = instance.CurrentUndoManager
public Object CurrentUndoManager { get; }
public:
property Object^ CurrentUndoManager {
    Object^ get ();
}
function get CurrentUndoManager () : Object
member CurrentUndoManager : Object

Property Value

Type: System.Object

.NET Framework Security

See Also

Reference

MonitorSelectionServiceHelper Class

MonitorSelectionServiceHelper Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace