共用方式為


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 命名空間