ToolWindowGuids80.SolutionExplorer Field

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

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

Syntax

'Declaration
Public Const SolutionExplorer As String
public const string SolutionExplorer
public:
literal String^ SolutionExplorer
static val mutable SolutionExplorer: string
public const var SolutionExplorer : String

Remarks

The GUID for this tool window is:

#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.

.NET Framework Security

See Also

Reference

ToolWindowGuids80 Class

Microsoft.VisualStudio.Shell.Interop Namespace