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
Dim value As String
value = ProjectKinds.vsProjectKindSolutionFolder
public const string vsProjectKindSolutionFolder
public:
literal String^ vsProjectKindSolutionFolder
public static final String vsProjectKindSolutionFolder
public const var vsProjectKindSolutionFolder : String

See Also