SolutionConfiguration2::SolutionContexts Property

 

Gets a collection of SolutionContext objects.

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

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

Property Value

Type: EnvDTE::SolutionContexts^

A SolutionContexts collection.

This example displays each solution configuration item's name in the SolutionContexts and sets the first one of them to "release". 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: