ToolWindowGuids80.CodedefinitionWindow Field

Definition

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

public: System::String ^ CodedefinitionWindow;
std::wstring CodedefinitionWindow;
public const string CodedefinitionWindow;
val mutable CodedefinitionWindow : string
Public Const CodedefinitionWindow As String 

Field Value

Remarks

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.

Applies to