IVsNavigableLocationResolver Interface

Definition

Resolves the location of the specified text.

public interface class IVsNavigableLocationResolver
public interface class IVsNavigableLocationResolver
__interface IVsNavigableLocationResolver
[System.Runtime.InteropServices.Guid("82D04B51-1626-43AA-B57F-9B23D4280333")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsNavigableLocationResolver
[System.Runtime.InteropServices.Guid("82D04B51-1626-43AA-B57F-9B23D4280333")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsNavigableLocationResolver
[<System.Runtime.InteropServices.Guid("82D04B51-1626-43AA-B57F-9B23D4280333")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsNavigableLocationResolver = interface
[<System.Runtime.InteropServices.Guid("82D04B51-1626-43AA-B57F-9B23D4280333")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsNavigableLocationResolver = interface
Public Interface IVsNavigableLocationResolver
Attributes

Methods

GetDisplayText(UInt32, TextSpan[], IVsTextLines, UInt32, String)

Gets text to display in context menu for specified location.

GetPathFromLocation(UInt32, TextSpan[], IVsTextLines, String, UInt32, String)

Get the path of the specified location.

Applies to