ProjectMetadata.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 metadata. Can never be null.
public:
property Microsoft::Build::Construction::ProjectMetadataElement ^ Xml { Microsoft::Build::Construction::ProjectMetadataElement ^ get(); };
public Microsoft.Build.Construction.ProjectMetadataElement Xml { get; }
public Microsoft.Build.Construction.ProjectMetadataElement Xml { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.Xml : Microsoft.Build.Construction.ProjectMetadataElement
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Xml : Microsoft.Build.Construction.ProjectMetadataElement
Public ReadOnly Property Xml As ProjectMetadataElement
Property Value
The associated project metadata element, which can never be null
.
- Attributes