IVsCompoundViewChange Interface
Allows the creation of compound view actions.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in microsoft.visualstudio.textmanager.interop.dll)
Assembly: Microsoft.VisualStudio.TextManager.Interop (in microsoft.visualstudio.textmanager.interop.dll)
Exposed by objects that allow the creation of compound view actions. Obtain IVsCompoundViewChange by calling QueryInterface on the text buffer. It does not create an undo action and is specifically for grouping together actions that will make multiple changes to the view, such as multiple caret moves and selection changes.