Share via


DOMNodeWrapper.selectNodes 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 selectNodes ( _
    queryString As String _
) As DOMNodeList
'Usage
Dim instance As DOMNodeWrapper
Dim queryString As String
Dim returnValue As DOMNodeList

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

Parameters

Return Value

Type: Microsoft.Office.Interop.InfoPath.SemiTrust.DOMNodeList

Implements

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)

See Also

Reference

DOMNodeWrapper Class

DOMNodeWrapper Members

Microsoft.Office.Interop.InfoPath.SemiTrust Namespace