Share via


InitString.RemoveNode(XmlNode, String) Method

Definition

Removes the first named node under parent node.

protected:
 void RemoveNode(System::Xml::XmlNode ^ parentNode, System::String ^ childTagName);
protected void RemoveNode (System.Xml.XmlNode parentNode, string childTagName);
member this.RemoveNode : System.Xml.XmlNode * string -> unit
Protected Sub RemoveNode (parentNode As XmlNode, childTagName As String)

Parameters

parentNode
XmlNode

Specifies the parent node.

childTagName
String

Specifies the name of the child tag.

Applies to