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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.