SolutionFile.SolutionConfigurations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The list of all full solution configurations (configuration + platform) in this solution
public:
property System::Collections::Generic::IReadOnlyList<Microsoft::Build::Construction::SolutionConfigurationInSolution ^> ^ SolutionConfigurations { System::Collections::Generic::IReadOnlyList<Microsoft::Build::Construction::SolutionConfigurationInSolution ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.Build.Construction.SolutionConfigurationInSolution> SolutionConfigurations { get; }
member this.SolutionConfigurations : System.Collections.Generic.IReadOnlyList<Microsoft.Build.Construction.SolutionConfigurationInSolution>
Public ReadOnly Property SolutionConfigurations As IReadOnlyList(Of SolutionConfigurationInSolution)