DOMNodeWrapper.hasChildNodes 方法

此成员仅供内部使用,不能直接在您的代码中使用。

命名空间:  Microsoft.Office.Interop.InfoPath.SemiTrust
程序集:  Microsoft.Office.Interop.InfoPath.SemiTrust(位于 Microsoft.Office.Interop.InfoPath.SemiTrust.dll 中)

语法

声明
Public Function hasChildNodes As Boolean
用法
Dim instance As DOMNodeWrapper
Dim returnValue As Boolean

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

返回值

类型:System.Boolean

实现

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()

另请参阅

引用

DOMNodeWrapper 类

DOMNodeWrapper 成员

Microsoft.Office.Interop.InfoPath.SemiTrust 命名空间