ToolWindowGuids80::Threads Field

 

This tool window displays a list of all threads active 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^ Threads

Field Value

Type: System::String^

The GUID for this tool window is:

#define guidThreads { 0xE62CE6A0, 0xB439, 0x11D0, { 0xA7, 0x9D, 0x00, 0xA0, 0xC9, 0x11, 0x00, 0x51 } }

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

Return to top
Show: