ToolWindowGuids80.CallStack 字段

此工具窗口显示当前调用堆栈,在调试时。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop.8.0(在 Microsoft.VisualStudio.Shell.Interop.8.0.dll 中)

语法

声明
Public Const CallStack As String
public const string CallStack

备注

此工具窗口的 GUID 是:

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

此工具窗口在调试过程中通常可通过选择 调用堆栈 命令从 调试 菜单的 调试 子菜单。

.NET Framework 安全性

请参见

参考

ToolWindowGuids80 类

Microsoft.VisualStudio.Shell.Interop 命名空间