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 | |
---|---|---|
GetDisplayText | Gets text to display in context menu for specified location. | |
GetPathFromLocation | Get the path of the specified location. |
Top