Brings the window containing the given document context to the top in the debugger user interface and scrolls the window to the context.
HRESULT BringDocumentContextToTop( IDebugDocumentContext* pddc );
- pddc
[in] Document context to bring to the top in the debugger user interface.
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Value | Description |
---|---|
S_OK | The method succeeded. |
E_INVALIDARG | The context specified by pddc is not known. |
This method brings the window containing the given document context to the top in the debugger user interface and scrolls the window to the context.