SolutionBuild2::SolutionConfigurations Property

 

Gets a collection of SolutionConfiguration objects.

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

property SolutionConfigurations^ SolutionConfigurations {
	SolutionConfigurations^ get();
}

Property Value

Type: EnvDTE::SolutionConfigurations^

A SolutionConfigurations collection.

This example sets the first solution configurations item to "release" and then builds the solution. Open a project in the Visual Studio integrated development environment (IDE) before running this example.

No code example is currently available or this language may not be supported.
Return to top
Show: