创建 UndoUnit 类的实例,使事务在存储区中移除。
命名空间: Microsoft.VisualStudio.Modeling.Shell
程序集: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。