_CustomXMLPart.SelectNodes(String) 方法

定义

从自定义 XML 部件中选择节点的集合。

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

参数

XPath
String

包含 XPath 表达式。

返回

CustomXMLNodes

适用于