DOMNodeWrapper.selectSingleNode(String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Parâmetros
- queryString
- String