IVsEditorGoBackLocations Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ermöglicht optional das Festlegen eines "Merge-able"-oder "Non-Merge-able"-Back-Backs.
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
- Attribute
Hinweise
Um diese optionale Schnittstelle zu erhalten, über QueryInterface die- IVsTextView Schnittstelle.
Methoden
| SetMergeableGoBackLocation(Int32, Int32, Int32) |
Legt einen Pfad zurück, der für den Merge zulässig ist. |
| SetNonMergeableGoBackLocation(Int32, Int32, Int32) |
Legt einen nicht zusammenzufügbaren Go-Back-Speicherort fest. |