Share via


SolutionFile.ProjectsByGuid Property

Gets the collection of projects in this solution, accessible by their GUIDs as strings in "{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" form

Namespace:  Microsoft.Build.Construction
Assembly:  Microsoft.Build (in Microsoft.Build.dll)

Syntax

'Declaration
Public ReadOnly Property ProjectsByGuid As IReadOnlyDictionaryString, ProjectInSolution
public IReadOnlyDictionaryString, ProjectInSolution ProjectsByGuid { get; }
public:
property IReadOnlyDictionaryString, ProjectInSolution^ ProjectsByGuid {
    IReadOnlyDictionaryString, ProjectInSolution^ get ();
}
member ProjectsByGuid : IReadOnlyDictionaryString, ProjectInSolution with get
function get ProjectsByGuid () : IReadOnlyDictionaryString, ProjectInSolution

Property Value

Type: IReadOnlyDictionaryString, ProjectInSolution
The collection of projects in this solution.

.NET Framework Security

See Also

Reference

SolutionFile Class

Microsoft.Build.Construction Namespace