This topic has not yet been rated - Rate this topic

XmlProcessingInstruction.GetXml | getXml method

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

Syntax


var string = xmlProcessingInstruction.getXml();

Parameters

This method has no parameters.

Return value

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

The XML representation of the node and all its descendants.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Data.Xml.Dom
Windows::Data::Xml::Dom [C++]

Metadata

Windows.winmd

See also

XmlProcessingInstruction

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.