CustomXMLNode.SelectNodes(String) Method

Definition

Selects a collection of nodes matching an XPath expression. This method differs from the SelectNodes(String) method in that the XPath expression will be evaluated starting with the 'expression' node as the context node.

public:
 Microsoft::Office::Core::CustomXMLNodes ^ SelectNodes(System::String ^ XPath);
public Microsoft.Office.Core.CustomXMLNodes SelectNodes (string XPath);
abstract member SelectNodes : string -> Microsoft.Office.Core.CustomXMLNodes
Public Function SelectNodes (XPath As String) As CustomXMLNodes

Parameters

XPath
String

Contains an XPath expression.

Returns

CustomXMLNodes

Applies to