Share via


InitString.GetNode(XmlNode, String) Method

Definition

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.

Returns

Applies to