ProjectItem.Xml 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.
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