ModelingDocData.UndoManager 属性

获取 UndoManager 类,可以使用撤消和重做操作在建模设计师存储。

命名空间:  Microsoft.VisualStudio.Modeling.Shell
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)

语法

声明
Public Overrides ReadOnly Property UndoManager As UndoManager
public override UndoManager UndoManager { get; }

属性值

类型:Microsoft.VisualStudio.Modeling.Shell.UndoManager
UndoManager 类。或为 nullnull 引用(在 Visual Basic 中为 Nothing)(如果已释放存储)。

备注

共享存储的文档都可以共享相同的 UndoManager 类。

.NET Framework 安全性

请参阅

参考

ModelingDocData 类

Microsoft.VisualStudio.Modeling.Shell 命名空间