XmlHelpers.XmlDocumentFromNode(XmlNode) Method
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.
public:
static System::Xml::XmlDocument ^ XmlDocumentFromNode(System::Xml::XmlNode ^ node);
public static System.Xml.XmlDocument XmlDocumentFromNode (System.Xml.XmlNode node);
static member XmlDocumentFromNode : System.Xml.XmlNode -> System.Xml.XmlDocument
Public Shared Function XmlDocumentFromNode (node As XmlNode) As XmlDocument
Parameters
- node
- XmlNode