IVsLanguageDebugInfo3 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides support for binding breakpoints in debugging for a language service.
public interface class IVsLanguageDebugInfo3
public interface class IVsLanguageDebugInfo3
__interface IVsLanguageDebugInfo3
[System.Runtime.InteropServices.Guid("37F90B98-666A-452F-91F3-C60266AEB13E")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsLanguageDebugInfo3
[<System.Runtime.InteropServices.Guid("37F90B98-666A-452F-91F3-C60266AEB13E")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsLanguageDebugInfo3 = interface
Public Interface IVsLanguageDebugInfo3
- Attributes
Methods
GetValidBreakpointLineVariance(IVsTextBuffer, Int32, Int32, Int32) |
Gets the valid line variance for binding a breakpoint for a given source location. |