ProjectItem.Xml Property

Definition

Backing XML item. Can never be null.

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

Property Value

The item element that is associated with this item, which can never be null.

Attributes

Applies to