ModelingDocStore.CreateUndoUnit 方法

创建 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
)

参数

返回值

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

备注

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

.NET Framework 安全性

请参见

参考

ModelingDocStore 类

Microsoft.VisualStudio.Modeling.Shell 命名空间