This topic has not yet been rated - Rate this topic

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)

[InterfaceTypeAttribute(1)] 
[GuidAttribute("B5C14FF1-8431-458C-BEBC-34C6925D1976")] 
public interface IVsCompoundViewChange
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute GuidAttribute("B5C14FF1-8431-458C-BEBC-34C6925D1976") */ 
public interface IVsCompoundViewChange
InterfaceTypeAttribute(1) 
GuidAttribute("B5C14FF1-8431-458C-BEBC-34C6925D1976") 
public interface IVsCompoundViewChange

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ