IVsLanguageDebugInfoRemap Interface
Allows a language service to remap a pending breakpoint from one location to another.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.9.0 (in Microsoft.VisualStudio.TextManager.Interop.9.0.dll)
Syntax
'Declaration
<GuidAttribute("7E3FAAE7-F89E-448B-A5EB-C7D73E0685F5")> _
<InterfaceTypeAttribute()> _
Public Interface IVsLanguageDebugInfoRemap
[GuidAttribute("7E3FAAE7-F89E-448B-A5EB-C7D73E0685F5")]
[InterfaceTypeAttribute()]
public interface IVsLanguageDebugInfoRemap
[GuidAttribute(L"7E3FAAE7-F89E-448B-A5EB-C7D73E0685F5")]
[InterfaceTypeAttribute()]
public interface class IVsLanguageDebugInfoRemap
[<GuidAttribute("7E3FAAE7-F89E-448B-A5EB-C7D73E0685F5")>]
[<InterfaceTypeAttribute()>]
type IVsLanguageDebugInfoRemap = interface end
public interface IVsLanguageDebugInfoRemap
The IVsLanguageDebugInfoRemap type exposes the following members.
Methods
Name | Description | |
---|---|---|
RemapBreakpoint | Remaps a breakpoint. |
Top