共用方式為


UndoManager.VSUndoManager 屬性

應該針對想要使用此復原管理員的視窗框架推入至 SEID 的就是這個。 我們無法將 IOleUndoManager 包裝在 Managed 物件中,因為 MS.VS.NativeMethods.IOleCommandTarget 的屬性瀏覽器 QI (其為私用的),所以我們無法在此類別實作它。

命名空間:  Microsoft.VisualStudio.Modeling.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)

語法

'宣告
Public ReadOnly Property VSUndoManager As IOleUndoManager
public IOleUndoManager VSUndoManager { get; }

屬性值

類型:Microsoft.VisualStudio.OLE.Interop.IOleUndoManager

.NET Framework 安全性

請參閱

參考

UndoManager 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間