InitString.GetNode(XmlNode, 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.
Retrieves the first named node under parentNode, or null if does not exist.
protected:
System::Xml::XmlNode ^ GetNode(System::Xml::XmlNode ^ parentNode, System::String ^ childTagName);
protected System.Xml.XmlNode GetNode (System.Xml.XmlNode parentNode, string childTagName);
member this.GetNode : System.Xml.XmlNode * string -> System.Xml.XmlNode
Protected Function GetNode (parentNode As XmlNode, childTagName As String) As XmlNode
Parameters
- parentNode
- XmlNode
Specifies the parent node.
- childTagName
- String
Specifies the name of the child tag.