IXMLDOMDocumentFragment.selectSingleNode(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::IXMLDOMNode ^ selectSingleNode(System::String ^ queryString);
[System.Runtime.InteropServices.DispId(30)]
public MSXML.IXMLDOMNode selectSingleNode (string queryString);
[<System.Runtime.InteropServices.DispId(30)>]
abstract member selectSingleNode : string -> MSXML.IXMLDOMNode
Public Function selectSingleNode (queryString As String) As IXMLDOMNode
Parameters
- queryString
- String
Returns
Implements
- Attributes