DOMNodeWrapper.selectNodes(String) 方法

定义

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

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

参数

queryString
String

返回

实现

适用于