SolutionConfiguration2::Collection Property

 

Gets the SolutionConfigurations collection containing the SolutionConfiguration object supporting this property.

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

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

Property Value

Type: EnvDTE::SolutionConfigurations^

A SolutionConfigurations collections.

This example displays the solution configuration's collection name for the first item. 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: