ToolWindowGuids80::Processes Field

 

This tool window displays a list of processes that are running while debugging.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

public:
literal String^ Processes

Field Value

Type: System::String^

The GUID for this tool window is:

#define guidProcesses { 0x51C76317, 0x9037, 0x4CF2, { 0xA2, 0x0A, 0x62, 0x06, 0xFD, 0x30, 0xB4, 0xA1 } }

This tool window is typically available by selecting Processes from the Windows submenu of the Debug menu.

Return to top
Show: