Partager via


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

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.

See Also

Reference

CustomXMLNode Interface

CustomXMLNode Members

Microsoft.Office.Core Namespace