ProjectRootElement.RawXml 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.
Gets the XML representing this project as a string. Does not remove any dirty flag.
public:
property System::String ^ RawXml { System::String ^ get(); };
public string RawXml { get; }
member this.RawXml : string
Public ReadOnly Property RawXml As String
Property Value
The XML content that represents this project as a string.
Remarks
Useful for debugging. Note that we do not expose an XmlDocument or any other specific XML API.