This documentation is archived and is not being maintained.

IProjectFile::Solutions Property

Gets the list of solutions and projects to be built.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

property List<ISolutionToBuild^>^ Solutions {
	List<ISolutionToBuild^>^ get ();
}

Property Value

Type: System.Collections.Generic::List<ISolutionToBuild>
The list of solutions and projects to be built.

Show: