IVsEditorGoBackLocations Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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. |