共用方式為


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是包裝函式,建立模型的交易。 於模型交易包裝,命令介面的後IOleUndoManager介面可以用它。

.NET Framework 安全性

請參閱

參考

ModelingDocStore 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間