Project.Xml Property

Definition

The backing Xml project. Can never be null.

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

Property Value

The root project associated with this project, which can never be null.

Attributes

Remarks

There is no setter here as that doesn't make sense. If you have a new ProjectRootElement, evaluate it into a new Project.

Applies to