SolutionFile.SolutionConfigurations 属性

定义

SolutionConfigurations 属性

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)

属性值

IReadOnlyList<SolutionConfigurationInSolution>

适用于