ProjectCollection.LoadedProjects 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.
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.