Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
Public Const Threads As String
'Usage
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 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.