IVsAction Interface

 

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

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("15D2C32A-0770-4872-BB5F-EC21B0FA2436")]
public interface IVsAction

NameDescription
System_CAPS_pubmethodCanMerge(IVsAction)

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

System_CAPS_pubmethodMerge(IVsAction)

Merges the specified action into the text buffer undo history.

Return to top
Show: