XMLNode.HasChildNodes Property

Determines if the specified XML element has child elements.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property HasChildNodes As Boolean
    Get
'Usage
Dim instance As XMLNode
Dim value As Boolean

value = instance.HasChildNodes
bool HasChildNodes { get; }

Property Value

Type: System.Boolean

Remarks

This property returns True if the specified XML element has child elements, and False if not.

See Also

Reference

XMLNode Interface

XMLNode Members

Microsoft.Office.Interop.Word Namespace