IVsDebugger6 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.
public interface class IVsDebugger6
public interface class IVsDebugger6
__interface IVsDebugger6
[System.Runtime.InteropServices.Guid("EF0E965C-D5AB-4BE5-819B-9CA1AD0C4DE1")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDebugger6
[<System.Runtime.InteropServices.Guid("EF0E965C-D5AB-4BE5-819B-9CA1AD0C4DE1")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDebugger6 = interface
Public Interface IVsDebugger6
- Attributes
Methods
IsWindowRegisteredAsFocusPreserving(Guid, Boolean) | |
RegisterFocusPreservingWindow(Guid) |
When the debugger allows the debuggee to resume running the currently focused window is recorded. If the window is registered as focus preserving, it will receive focus when break state is next entered. Otherwise, the text editor receives focus. |
RunToText(VsTextPos[]) | |
UnregisterFocusPreservingWindow(Guid) |