Share via


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)

Syntax

'Declaration
<GuidAttribute("B5C14FF1-8431-458C-BEBC-34C6925D1976")> _
<InterfaceTypeAttribute()> _
Public Interface IVsCompoundViewChange
'Usage
Dim instance As IVsCompoundViewChange
[GuidAttribute("B5C14FF1-8431-458C-BEBC-34C6925D1976")]
[InterfaceTypeAttribute()]
public interface IVsCompoundViewChange
[GuidAttribute(L"B5C14FF1-8431-458C-BEBC-34C6925D1976")]
[InterfaceTypeAttribute()]
public interface class IVsCompoundViewChange
public interface IVsCompoundViewChange

Remarks

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.

See Also

Reference

IVsCompoundViewChange Members

Microsoft.VisualStudio.TextManager.Interop Namespace