Compartilhar via


IVsDebugger6.RegisterFocusPreservingWindow(Guid) Method

Definition

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

Applies to