UndoManager.VSUndoManager Property

Definition

This is what should be pushed to the SEID for a window frame that wants to use this undo manager. We can't wrap IOleUndoManager in a managed object because the property browser QI's for MS.VS.NativeMethods.IOleCommandTarget, which is private, so we can't implement it on this class.

public:
 property Microsoft::VisualStudio::OLE::Interop::IOleUndoManager ^ VSUndoManager { Microsoft::VisualStudio::OLE::Interop::IOleUndoManager ^ get(); };
public Microsoft.VisualStudio.OLE.Interop.IOleUndoManager VSUndoManager { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.VSUndoManager : Microsoft.VisualStudio.OLE.Interop.IOleUndoManager
Public ReadOnly Property VSUndoManager As IOleUndoManager

Property Value

Attributes

Applies to