UndoManager.VSUndoManager Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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