SolutionFile.ProjectsByGuid 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.
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)