ToolWindowGuids.SolutionExplorer Field

Definition

This tool window provides a list of projects and their files in a solution.

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

Field Value

Remarks

The GUID for this tool window that is usable in a .ctc file:

#define guidSolutionExplorer { 0x3ae79031, 0xe1bc, 0x11d0, { 0x8f, 0x78, 0x00, 0xa0, 0xc9, 0x11, 0x00, 0x57 } }  

This tool window is typically available by selecting Solution Explorer from the View menu.

Applies to