Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Brings the window containing the given document context to the top in the debugger user interface and scrolls the window to the context.
Syntax
HRESULT BringDocumentContextToTop(
IDebugDocumentContext* pddc
);
Parameters
pddc
[in] Document context to bring to the top in the debugger user interface.
Return Value
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. |
Remarks
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.