Share via


ToolWindowGuids80.CallStack Field

This tool window displays the current call stack 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 CallStack As String
'Usage
Dim value As String 

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

Remarks

The GUID for this tool window that is usable in a .ctc file is:

#define guidCallStack { 0x0504FF91, 0x9D61, 0x11D0, { 0xA7, 0x94, 0x00, 0xA0, 0xC9, 0x11, 0x00, 0x51 } }

This tool window is typically available during debugging by selecting the Call Stack command from the Debug submenu of the Debug menu.

.NET Framework Security

See Also

Reference

ToolWindowGuids80 Class

ToolWindowGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace