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 CPU registers 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 Registers As String
'Usage
Dim value As String
value = ToolWindowGuids80.Registers
public const string Registers
public:
literal String^ Registers
static val mutable Registers: string
public const var Registers : String
Remarks
The GUID for this tool window is:
#define guidRegisters { 0xCA4B8FF5, 0xBFC7, 0x11D2, { 0x99, 0x29, 0x00, 0xC0, 0x4F, 0x68, 0xFD, 0xAF } }
This tool window is typically available by selecting Registers 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.