SolutionFile.ProjectsByGuid Property

Definition

ProjectsByGuid property

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

Property Value

Applies to