CustomXMLNode.HasChildNodes 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.
Returns True if the current element node has child element nodes.
public:
bool HasChildNodes();
public bool HasChildNodes ();
abstract member HasChildNodes : unit -> bool
Public Function HasChildNodes () As Boolean
Returns
Boolean
Remarks
This method will always return False when CustomXMLNode isn’t of node type msoCustomXMLNodeElement.