ProjectInSolution.ProjectConfigurations Property

Definition

Configurations for this project, keyed off the configuration's full name, e.g. "Debug|x86" They contain only the project configurations from the solution file that fully matched (configuration and platform) against the solution configurations.

public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, Microsoft::Build::Construction::ProjectConfigurationInSolution ^> ^ ProjectConfigurations { System::Collections::Generic::IReadOnlyDictionary<System::String ^, Microsoft::Build::Construction::ProjectConfigurationInSolution ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.Build.Construction.ProjectConfigurationInSolution> ProjectConfigurations { get; }
member this.ProjectConfigurations : System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.Build.Construction.ProjectConfigurationInSolution>
Public ReadOnly Property ProjectConfigurations As IReadOnlyDictionary(Of String, ProjectConfigurationInSolution)

Property Value

Applies to