IVsNavigableLocationResolver Interface

Resolves the location of the specified text.

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

Syntax

'Declaration
<GuidAttribute("82D04B51-1626-43AA-B57F-9B23D4280333")> _
<InterfaceTypeAttribute()> _
Public Interface IVsNavigableLocationResolver
[GuidAttribute("82D04B51-1626-43AA-B57F-9B23D4280333")]
[InterfaceTypeAttribute()]
public interface IVsNavigableLocationResolver
[GuidAttribute(L"82D04B51-1626-43AA-B57F-9B23D4280333")]
[InterfaceTypeAttribute()]
public interface class IVsNavigableLocationResolver
[<GuidAttribute("82D04B51-1626-43AA-B57F-9B23D4280333")>]
[<InterfaceTypeAttribute()>]
type IVsNavigableLocationResolver =  interface end
public interface IVsNavigableLocationResolver

The IVsNavigableLocationResolver type exposes the following members.

Methods

  Name Description
Public method GetDisplayText Gets text to display in context menu for specified location.
Public method GetPathFromLocation Get the path of the specified location.

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace