ToolWindowGuids80.Threads Field

Definition

This tool window displays a list of all threads active while debugging.

public: System::String ^ Threads;
std::wstring Threads;
public const string Threads;
val mutable Threads : string
Public Const Threads As String 

Field Value

Remarks

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.

Applies to