Edit

Share via


DOMNodeWrapper.selectSingleNode(String) Method

Definition

This member is reserved for internal use and is not intended to be used directly from your code.

public:
 virtual Microsoft::Office::Interop::InfoPath::SemiTrust::IXMLDOMNode ^ selectSingleNode(System::String ^ queryString);
public Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode selectSingleNode (string queryString);
abstract member selectSingleNode : string -> Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode
override this.selectSingleNode : string -> Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode
Public Function selectSingleNode (queryString As String) As IXMLDOMNode

Parameters

queryString
String

Returns

Implements

Applies to