XmlHelpers.GetSubDocument(XmlDocument, String) 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 ^ GetSubDocument(System::Xml::XmlDocument ^ doc, System::String ^ xpath);
public static System.Xml.XmlDocument GetSubDocument (System.Xml.XmlDocument doc, string xpath);
static member GetSubDocument : System.Xml.XmlDocument * string -> System.Xml.XmlDocument
Public Shared Function GetSubDocument (doc As XmlDocument, xpath As String) As XmlDocument
Parameters
- doc
- XmlDocument
- xpath
- String