Compartir a través de


ToolWindowGuids80.Autos Field

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

'Declaración
Public Const Autos As String
'Uso
Dim value As String

value = ToolWindowGuids80.Autos
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

See Also

Reference

ToolWindowGuids80 Class

ToolWindowGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace