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; }
member this.Xml : Microsoft.Build.Construction.ProjectItemElement
Public ReadOnly Property Xml As ProjectItemElement

Property Value

ProjectItemElement

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

Applies to