ProjectInSolution.ProjectConfigurations 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.
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)