CustomXMLNode.RemoveChild Method
Removes the specified child node from the tree.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub RemoveChild ( _
Child As CustomXMLNode _
)
'Usage
Dim instance As CustomXMLNode
Dim Child As CustomXMLNode
instance.RemoveChild(Child)
void RemoveChild(
CustomXMLNode Child
)
Parameters
Child
Type: Microsoft.Office.Core.CustomXMLNodeRepresents the child node of the context node.
Remarks
If the node specified in the Child parameter is not a child of the context node or if the action would result in an invalid tree, the removal is not performed and an error message is displayed.