Partager via


CustomXMLNode.HasChildNodes Method

Returns True if the current element node has child element nodes.

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

Syntax

'Declaration
Function HasChildNodes As Boolean
'Usage
Dim instance As CustomXMLNode
Dim returnValue As Boolean

returnValue = instance.HasChildNodes()
bool HasChildNodes()

Return Value

Type: System.Boolean
Boolean

Remarks

This method will always return False when CustomXMLNode isn’t of node type msoCustomXMLNodeElement.

See Also

Reference

CustomXMLNode Interface

CustomXMLNode Members

Microsoft.Office.Core Namespace