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)

public:
literal String^ vsProjectsKindSolution

Field Value

Type: System::String^

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.

Return to top
Show: