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
'Usage
Dim value As String 

value = ToolWindowGuids80.Processes
public const string Processes
public:
literal String^ Processes
public const var Processes : String

Remarks

The GUID for this tool window that is usable in a .ctc file 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

ToolWindowGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace