IVsEditorGoBackLocations Interface

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Déclaration
<GuidAttribute("714FFF37-5CDC-424A-BCB4-CA50800524F1")> _
<InterfaceTypeAttribute()> _
Public Interface IVsEditorGoBackLocations
'Utilisation
Dim instance As IVsEditorGoBackLocations
[GuidAttribute("714FFF37-5CDC-424A-BCB4-CA50800524F1")]
[InterfaceTypeAttribute()]
public interface IVsEditorGoBackLocations
[GuidAttribute(L"714FFF37-5CDC-424A-BCB4-CA50800524F1")]
[InterfaceTypeAttribute()]
public interface class IVsEditorGoBackLocations
[<GuidAttribute("714FFF37-5CDC-424A-BCB4-CA50800524F1")>]
[<InterfaceTypeAttribute()>]
type IVsEditorGoBackLocations =  interface end
public interface IVsEditorGoBackLocations

Remarks

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

See Also

Reference

IVsEditorGoBackLocations Members

Microsoft.VisualStudio.TextManager.Interop Namespace