Project.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.
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