IVsEditorGoBackLocations Interface

Definição

Opcionalmente, fornece a configuração de um local de retorno que permite mesclagem ou não mesclagem.

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(1)>]
type IVsEditorGoBackLocations = interface
Public Interface IVsEditorGoBackLocations
Atributos

Comentários

Para obter essa interface opcional, QueryInterface na IVsTextView interface.

Métodos

SetMergeableGoBackLocation(Int32, Int32, Int32)

Define um local de retorno de mesclagem.

SetNonMergeableGoBackLocation(Int32, Int32, Int32)

Define um local de retorno que não permite mesclagem.

Aplica-se a