Constants.vsProjectsKindSolution Field

The Projects collection's Kind property returns a GUID identifying the collection of project types that it contains.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

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

Remarks

For example, Visual Basic returns a collection of Visual Basic projects, each represented by the PrjKind.PrjKindVBProject. The vsProjectsKindSolution GUID identifies the type of Projects collection on the Solution object.

.NET Framework Security

See Also

Reference

Constants Class

EnvDTE Namespace