Share via


DOMNodeWrapper.hasChildNodes Method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntax

'Declaration
Public Function hasChildNodes As Boolean
'Usage
Dim instance As DOMNodeWrapper
Dim returnValue As Boolean

returnValue = instance.hasChildNodes()
public bool hasChildNodes()

Return Value

Type: System.Boolean

Implements

IXMLDOMDocument3.hasChildNodes()
IXMLDOMDocument2.hasChildNodes()
IXMLDOMDocument.hasChildNodes()
IXMLDOMElement.hasChildNodes()
IXMLDOMCDATASection.hasChildNodes()
IXMLDOMText.hasChildNodes()
IXMLDOMAttribute.hasChildNodes()
IXMLDOMComment.hasChildNodes()
IXMLDOMCharacterData.hasChildNodes()
IXMLDOMProcessingInstruction.hasChildNodes()
IXMLDOMDocumentFragment.hasChildNodes()
IXMLDOMDocumentType.hasChildNodes()
IXMLDOMEntity.hasChildNodes()
IXMLDOMEntityReference.hasChildNodes()
IXMLDOMNode.hasChildNodes()

See Also

Reference

DOMNodeWrapper Class

DOMNodeWrapper Members

Microsoft.Office.Interop.InfoPath.SemiTrust Namespace