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

'Déclaration
<GuidAttribute("7E3FAAE7-F89E-448B-A5EB-C7D73E0685F5")> _
<InterfaceTypeAttribute()> _
Public Interface IVsLanguageDebugInfoRemap
'Utilisation
Dim instance As 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

See Also

Reference

IVsLanguageDebugInfoRemap Members

Microsoft.VisualStudio.TextManager.Interop Namespace