Share via


ILinkedUndoContext Interface

Definition

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.

Applies to