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)

Syntax

‘선언
Public Const Threads As String
‘사용 방법
Dim value As String

value = ToolWindowGuids80.Threads
public const string Threads
public:
literal String^ Threads
static val mutable Threads: string
public const var Threads : String

Remarks

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

.NET Framework Security

See Also

Reference

ToolWindowGuids80 Class

ToolWindowGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace