DOMDocument50Class.selectNodes(String) 方法

定义

public:
 virtual Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMNodeList ^ selectNodes(System::String ^ queryString) = Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMDocument3::selectNodes;
public virtual Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNodeList selectNodes (string queryString);
abstract member selectNodes : string -> Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNodeList
override this.selectNodes : string -> Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNodeList
Public Overridable Function selectNodes (queryString As String) As IXMLDOMNodeList

参数

queryString
String

返回

实现

适用于