创建 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
)
参数
- undoableTransaction
类型:Microsoft.VisualStudio.Modeling.TransactionItem
撤消事务。
返回值
类型:Microsoft.VisualStudio.Modeling.Shell.UndoUnit
存储区的 UndoUnit。
备注
建模事务是 UndoUnit 的包装。 在建模事务后,打包 shell 的 IOleUndoManager 接口可以使用它。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。