IVsCompoundViewChange Interface

Definition

Allows the creation of compound view actions.

public interface class IVsCompoundViewChange
public interface class IVsCompoundViewChange
__interface IVsCompoundViewChange
[System.Runtime.InteropServices.Guid("B5C14FF1-8431-458C-BEBC-34C6925D1976")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsCompoundViewChange
[System.Runtime.InteropServices.Guid("B5C14FF1-8431-458C-BEBC-34C6925D1976")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsCompoundViewChange
[<System.Runtime.InteropServices.Guid("B5C14FF1-8431-458C-BEBC-34C6925D1976")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsCompoundViewChange = interface
[<System.Runtime.InteropServices.Guid("B5C14FF1-8431-458C-BEBC-34C6925D1976")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsCompoundViewChange = interface
Public Interface IVsCompoundViewChange
Attributes

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.

Methods

CloseCompoundViewChange()

Closes a compound view change.

OpenCompoundViewChange()

Opens a compound view change.

Applies to