_CustomXMLPart.SelectNodes(String) Method

Definition

Selects a collection of nodes from a custom XML part.

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 the XPath expression.

Returns

CustomXMLNodes

Applies to