SolutionFile.SolutionConfigurations Property

Definition

SolutionConfigurations property

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::Workspace::Extensions::MSBuild::SolutionConfigurationInSolution ^> ^ SolutionConfigurations { System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::Workspace::Extensions::MSBuild::SolutionConfigurationInSolution ^> ^ get(); void set(System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::Workspace::Extensions::MSBuild::SolutionConfigurationInSolution ^> ^ value); };
public System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Workspace.Extensions.MSBuild.SolutionConfigurationInSolution> SolutionConfigurations { get; set; }
member this.SolutionConfigurations : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Workspace.Extensions.MSBuild.SolutionConfigurationInSolution> with get, set
Public Property SolutionConfigurations As IReadOnlyList(Of SolutionConfigurationInSolution)

Property Value

Applies to