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)

Syntax

'Declaration
Public Const Processes As String
public const string Processes
public:
literal String^ Processes
static val mutable Processes: string
public const var Processes : String

Remarks

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.

.NET Framework Security

See Also

Reference

ToolWindowGuids80 Class

Microsoft.VisualStudio.Shell.Interop Namespace