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 local variables and parameters 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 Locals As String
'Usage
Dim value As String
value = ToolWindowGuids80.Locals
public const string Locals
public:
literal String^ Locals
static val mutable Locals: string
public const var Locals : String
Remarks
The GUID for this tool window is:
#define guidLocals { 0x4A18F9D0, 0xB838, 0x11D0, { 0x93, 0xEB, 0x00, 0xA0, 0xC9, 0x0F, 0x27, 0x34 } }
This tool window is typically available while debugging by selecting Locals 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.