IXmlNodeSerializer.GetXml Method

Definition

Returns the XML representation of the node and all its descendants.

public:
 Platform::String ^ GetXml();
winrt::hstring GetXml();
public string GetXml();
function getXml()
Public Function GetXml () As String

Returns

String

Platform::String

winrt::hstring

The XML representation of the node and all its descendants.

Applies to