InitString.RemoveNode(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.
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.