ILinkedUndoTransaction Methods

 

Namespace:   Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

NameDescription
System_CAPS_pubmethodAbort()

Undo all the changes to the model store that have occurred since the transaction was created. Disposing the transaction without committing it has the same effect. Abort will not undo changes to other program variables, or external resources.

System_CAPS_pubmethodCommit()

Complete the transaction so that when it is disposed, the operations performed within it will not be undone.

System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

Return to top
Show: