This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
This Window
To open the This window, you must be debugging. From the Debug menu, choose Windows and choose This.
To save screen space, the This window shares the same frame as the Breakpoints, Autos, Locals, and Disassembly windows. You can switch back and forth between these windows using the tabs at the bottom of the frame. The title bar changes accordingly.
The This window contains three columns of information:
- Name
- This column shows the object pointed to by the This pointer in C/C++ and the me object in Visual Basic. A tree control allows you to expand the object to see elements. When the object is expanded, the name of each element appears in this column.
- Value
- This column shows the value contained by each variable. By default, integer variables are represented in decimal form. You can change the representation to hexadecimal in the Tools dialog box or by right-clicking on the Autos window and choosing the Hexadecimal Display option from the shortcut menu.
- Type
- This column identifies the data type of each variable listed in the Name column.
See Also
Using the This Window | Debugging UI Reference