IVsDebugger6.RegisterFocusPreservingWindow(Guid) Method
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.
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.
public:
void RegisterFocusPreservingWindow(Guid id);
public void RegisterFocusPreservingWindow (Guid id);
abstract member RegisterFocusPreservingWindow : Guid -> unit
Public Sub RegisterFocusPreservingWindow (id As Guid)
Parameters
- id
- Guid