_CustomXMLPart.SelectSingleNode(String) メソッド

定義

カスタム XML 部分から XPath 式に一致するシングル ノードを選択します。

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

パラメーター

XPath
String

XPath 式を指定します。

戻り値

CustomXMLNodes

適用対象