IVsLanguageDebugInfoRemap Interface

Definition

Allows a language service to remap a pending breakpoint from one location to another.

public interface class IVsLanguageDebugInfoRemap
public interface class IVsLanguageDebugInfoRemap
__interface IVsLanguageDebugInfoRemap
[System.Runtime.InteropServices.Guid("7E3FAAE7-F89E-448B-A5EB-C7D73E0685F5")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsLanguageDebugInfoRemap
[<System.Runtime.InteropServices.Guid("7E3FAAE7-F89E-448B-A5EB-C7D73E0685F5")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsLanguageDebugInfoRemap = interface
Public Interface IVsLanguageDebugInfoRemap
Attributes

Methods

RemapBreakpoint(Object, Object)

Remaps a breakpoint.

Applies to