SolutionBuild2::ActiveConfiguration Property

 

Gets the currently active SolutionConfiguration object.

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

property SolutionConfiguration^ ActiveConfiguration {
	SolutionConfiguration^ get();
}

The SolutionConfiguration object represents the current solution configuration that is used if a solution build operation occurs.

This example determines the build status for each active startup configuration. 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: