IXMLDOMCDATASection.selectNodes(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
MSXML::IXMLDOMNodeList ^ selectNodes(System::String ^ queryString);
[System.Runtime.InteropServices.DispId(29)]
public MSXML.IXMLDOMNodeList selectNodes (string queryString);
[<System.Runtime.InteropServices.DispId(29)>]
abstract member selectNodes : string -> MSXML.IXMLDOMNodeList
Public Function selectNodes (queryString As String) As IXMLDOMNodeList
Parameters
- queryString
- String
Returns
Implements
- Attributes