Share via


IVsAction Interface

Definition

Defines actions placed in the undo history of a text buffer.

public interface class IVsAction
Attributes

Methods

CanMerge(IVsAction)

Determines if the specified action can be merged into the text buffer undo history.

Merge(IVsAction)

Merges the specified action into the text buffer undo history.

Applies to