ProjectGraphOptions.ProjectCollection 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.
The ProjectCollection to load projects into when constructing the graph. Defaults to GlobalProjectCollection.
public:
property Microsoft::Build::Evaluation::ProjectCollection ^ ProjectCollection { Microsoft::Build::Evaluation::ProjectCollection ^ get(); void set(Microsoft::Build::Evaluation::ProjectCollection ^ value); };
public Microsoft.Build.Evaluation.ProjectCollection ProjectCollection { get; init; }
member this.ProjectCollection : Microsoft.Build.Evaluation.ProjectCollection with get, set
Public Property ProjectCollection As ProjectCollection