Project.ProjectCollection Property

Definition

Gets or sets the project collection which contains this project. Can never be null. Cannot be modified.

public:
 property Microsoft::Build::Evaluation::ProjectCollection ^ ProjectCollection { Microsoft::Build::Evaluation::ProjectCollection ^ get(); };
public Microsoft.Build.Evaluation.ProjectCollection ProjectCollection { get; }
public Microsoft.Build.Evaluation.ProjectCollection ProjectCollection { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ProjectCollection : Microsoft.Build.Evaluation.ProjectCollection
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ProjectCollection : Microsoft.Build.Evaluation.ProjectCollection
Public ReadOnly Property ProjectCollection As ProjectCollection

Property Value

The project collection that contains this project, which is never null.

Attributes

Applies to