ToolWindowGuids80::CodedefinitionWindow Field

 

This tool window provides a read-only view of the source where the symbol under the cursor is defined.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

public:
literal String^ CodedefinitionWindow

Field Value

Type: System::String^

The GUID for this tool window is:

#define guidCodedefinitionWindow { 0x588470cc, 0x84f8, 0x4a57, { 0x9a, 0xc4, 0x86, 0xbc, 0xa0, 0x62, 0x5f, 0xf4 } }

This tool window is typically available by selecting Code Definition Window from the Other Windows submenu of the View menu.

Return to top
Show: