ProjectRootElement.RawXml Property

Definition

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.

Applies to