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 provides a list of recently changed variables and parameters at the current point of execution during 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 Autos As String
public const string Autos
public:
literal String^ Autos
static val mutable Autos: string
public const var Autos : String
Remarks
The GUID for this tool window is:
#define guidAutos { 0xF2E84780, 0x2AF1, 0x11D1, { 0xA7, 0xFA, 0x00, 0xA0, 0xC9, 0x11, 0x00, 0x51 } }
This tool window is typically available while debugging by selecting Autos from the Windows submenu on 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.