IXMLDOMDocument3.selectNodes(String) Method

Definition

public:
 Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMNodeList ^ selectNodes(System::String ^ queryString);
public Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNodeList selectNodes (string queryString);
abstract member selectNodes : string -> Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNodeList
Public Function selectNodes (queryString As String) As IXMLDOMNodeList

Parameters

queryString
String

Returns

Implements

Applies to