ILinkedUndoContext Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An interface that provides access to a linked undo mechanism such as the one in Visual Studio
public interface class ILinkedUndoContext
public interface ILinkedUndoContext
type ILinkedUndoContext = interface
Public Interface ILinkedUndoContext
Methods
BeginTransaction(String) |
Begin a new transaction. ILinkedUndoContext.BeginTransaction and ILinkedUndoTransaction.Commit/ILinkedUndoTransaction.Abort are always called in pairs. The implementation should be invariant to nested calls to this pair and still maintain the notion of one top-level transaction. Typically a using statement will be used to manage the life of the transaction. |