ProjectOptions.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 the project is added to. Default is 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; set; }
member this.ProjectCollection : Microsoft.Build.Evaluation.ProjectCollection with get, set
Public Property ProjectCollection As ProjectCollection