DOMNodeWrapper.selectSingleNode(String) 方法

定义

此成员仅供内部使用,不能直接在您的代码中使用。

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

参数

queryString
String

返回

实现

适用于