Partager via


CustomXMLNode.Delete Method

Deletes the current node from the tree (including all of its children, if any exist).

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Sub Delete
'Usage
Dim instance As CustomXMLNode

instance.Delete()
void Delete()

Remarks

If the operation would result in an invalid tree structure, the deletion is not performed and an error message is displayed.

See Also

Reference

CustomXMLNode Interface

CustomXMLNode Members

Microsoft.Office.Core Namespace