IVsEditorGoBackLocations Interface

Definition

Optionally provides setting a merge-able or non-merge-able go back location.

public interface class IVsEditorGoBackLocations
public interface class IVsEditorGoBackLocations
__interface IVsEditorGoBackLocations
[System.Runtime.InteropServices.Guid("714FFF37-5CDC-424A-BCB4-CA50800524F1")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsEditorGoBackLocations
[System.Runtime.InteropServices.Guid("714FFF37-5CDC-424A-BCB4-CA50800524F1")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEditorGoBackLocations
[<System.Runtime.InteropServices.Guid("714FFF37-5CDC-424A-BCB4-CA50800524F1")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsEditorGoBackLocations = interface
[<System.Runtime.InteropServices.Guid("714FFF37-5CDC-424A-BCB4-CA50800524F1")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEditorGoBackLocations = interface
Public Interface IVsEditorGoBackLocations
Attributes

Remarks

To obtain this optional interface, QueryInterface from the IVsTextView interface.

Methods

SetMergeableGoBackLocation(Int32, Int32, Int32)

Sets a merge-able go back location.

SetNonMergeableGoBackLocation(Int32, Int32, Int32)

Sets a non-merge-able go back location.

Applies to