CustomXMLPartClass.SelectNodes(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual Microsoft::Office::Core::CustomXMLNodes ^ SelectNodes(System::String ^ XPath) = Microsoft::Office::Core::_CustomXMLPart::SelectNodes;
public virtual Microsoft.Office.Core.CustomXMLNodes SelectNodes (string XPath);
abstract member SelectNodes : string -> Microsoft.Office.Core.CustomXMLNodes
override this.SelectNodes : string -> Microsoft.Office.Core.CustomXMLNodes
Public Overridable Function SelectNodes (XPath As String) As CustomXMLNodes
Parameters
- XPath
- String