SolutionFile.ProjectsByGuid Property

Definition

The collection of projects in this solution, accessible by their guids as a string in "{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" form

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

Property Value

Applies to