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
[GuidAttribute("B5C14FF1-8431-458C-BEBC-34C6925D1976")]
[InterfaceTypeAttribute()]
public interface IVsCompoundViewChange
[GuidAttribute(L"B5C14FF1-8431-458C-BEBC-34C6925D1976")]
[InterfaceTypeAttribute()]
public interface class IVsCompoundViewChange
[<GuidAttribute("B5C14FF1-8431-458C-BEBC-34C6925D1976")>]
[<InterfaceTypeAttribute()>]
type IVsCompoundViewChange =  interface end
public interface IVsCompoundViewChange

The IVsCompoundViewChange type exposes the following members.

Methods

  Name Description
Public method CloseCompoundViewChange Closes a compound view change.
Public method OpenCompoundViewChange Opens a compound view change.

Top

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

Microsoft.VisualStudio.TextManager.Interop Namespace