Visual Studio Automation and Extensibility Reference 
ProjectKinds.vsProjectKindSolutionFolder Field 

Returned when a project appears as a solution folder within Solution Explorer, and the Kind property is invoked for that folder.

Namespace: EnvDTE80
Assembly: EnvDTE80 (in envdte80.dll)

Syntax

Visual Basic (Declaration)
Public Const vsProjectKindSolutionFolder As String
Visual Basic (Usage)
Dim value As String

value = ProjectKinds.vsProjectKindSolutionFolder
C#
public const string vsProjectKindSolutionFolder
C++
public:
literal String^ vsProjectKindSolutionFolder
J#
public static final String vsProjectKindSolutionFolder
JScript
public const var vsProjectKindSolutionFolder : String
See Also

Page view tracker