ProjectElement.ContainingProject Property

Definition

ProjectRootElement (possibly imported) that contains this Xml. Cannot be null.

C#
public Microsoft.Build.Construction.ProjectRootElement ContainingProject { get; }
C#
[set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public Microsoft.Build.Construction.ProjectRootElement ContainingProject { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }

Property Value

The project root container that contains this project.

Attributes

Remarks

Setter ideally would be "protected and internal" There are some tricks here in order to save the space of a field: there are a lot of these objects.

Applies to

Proizvod Verzije
MSBuild 15, 16, 17
MSBuild (.NET Core) 15, 16, 17