ModelingDocStore.CreateUndoUnit 方法

创建 UndoUnit 类的实例,该类使事务能在存储区被撤销。

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

语法

声明
Protected Overridable Function CreateUndoUnit ( _
    undoableTransaction As TransactionItem _
) As UndoUnit
protected virtual UndoUnit CreateUndoUnit(
    TransactionItem undoableTransaction
)

参数

返回值

类型:Microsoft.VisualStudio.Modeling.Shell.UndoUnit
存储区的 UndoUnit

备注

建模事务是 UndoUnit 的包装。 在建模事务后,打包 shell 的 IOleUndoManager 接口可以使用它。

.NET Framework 安全性

请参阅

参考

ModelingDocStore 类

Microsoft.VisualStudio.Modeling.Shell 命名空间