ProjectCollection.LoadedProjects Property

Definition

All the projects currently loaded into this collection. Each has a unique combination of path, global properties, and tools version.

public:
 property System::Collections::Generic::ICollection<Microsoft::Build::Evaluation::Project ^> ^ LoadedProjects { System::Collections::Generic::ICollection<Microsoft::Build::Evaluation::Project ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.Project> LoadedProjects { get; }
member this.LoadedProjects : System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.Project>
Public ReadOnly Property LoadedProjects As ICollection(Of Project)

Property Value

All the projects currently loaded into this collection.

Remarks

Each project has a unique combination of path, global properties, and tools version.

Applies to