ProjectInSolution.ProjectConfigurations Property

Definition

ProjectConfigurations property

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

Property Value

Applies to