IVsCompoundViewChange Interface
Visual Studio 2015
Allows the creation of compound view actions.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | CloseCompoundViewChange() | Closes a compound view change. |
![]() | OpenCompoundViewChange() | Opens a compound view change. |
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.
Show:
