次の方法で共有


_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

適用対象