Share via


SolutionFile.SolutionConfigurations Property

Gets all the full solution configurations (configuration + platform) in this solution.

Namespace:  Microsoft.Build.Construction
Assembly:  Microsoft.Build (in Microsoft.Build.dll)

Syntax

'Declaration
Public ReadOnly Property SolutionConfigurations As IReadOnlyListSolutionConfigurationInSolution
public IReadOnlyListSolutionConfigurationInSolution SolutionConfigurations { get; }
public:
property IReadOnlyListSolutionConfigurationInSolution^ SolutionConfigurations {
    IReadOnlyListSolutionConfigurationInSolution^ get ();
}
member SolutionConfigurations : IReadOnlyListSolutionConfigurationInSolution with get
function get SolutionConfigurations () : IReadOnlyListSolutionConfigurationInSolution

Property Value

Type: IReadOnlyListSolutionConfigurationInSolution
all the full solution configurations (configuration + platform) in this solution.

.NET Framework Security

See Also

Reference

SolutionFile Class

Microsoft.Build.Construction Namespace