DOMNodeWrapper.selectNodes 方法

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

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

语法

声明
Public Function selectNodes ( _
    queryString As String _
) As DOMNodeList
用法
Dim instance As DOMNodeWrapper
Dim queryString As String
Dim returnValue As DOMNodeList

returnValue = instance.selectNodes(queryString)
public DOMNodeList selectNodes(
    string queryString
)

参数

返回值

类型:Microsoft.Office.Interop.InfoPath.SemiTrust.DOMNodeList

实现

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

另请参阅

引用

DOMNodeWrapper 类

DOMNodeWrapper 成员

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