Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
public const string CallStack
public:
literal String^ CallStack
static val mutable CallStack: string
public const var CallStack : String
Remarks
The GUID for this tool window 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
- 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.