DOMDocument50Class.IXMLDOMDocument2_selectNodes(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
virtual Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMNodeList ^ IXMLDOMDocument2_selectNodes(System::String ^ queryString) = Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMDocument2::selectNodes;
public virtual Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNodeList IXMLDOMDocument2_selectNodes (string queryString);
abstract member IXMLDOMDocument2_selectNodes : string -> Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNodeList
override this.IXMLDOMDocument2_selectNodes : string -> Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNodeList
Public Overridable Function IXMLDOMDocument2_selectNodes (queryString As String) As IXMLDOMNodeList
参数
- queryString
- String