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
)
參數
- undoableTransaction
類型:Microsoft.VisualStudio.Modeling.TransactionItem
要復原的異動。
傳回值
類型:Microsoft.VisualStudio.Modeling.Shell.UndoUnit
存放區的 UndoUnit。
備註
UndoUnit 是模型交易的包裝函式。 在模型交易包裝後, Shell 的 IOleUndoManager 介面可以使用它。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。