CustomXMLPartClass.SelectSingleNode(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual Microsoft::Office::Core::CustomXMLNode ^ SelectSingleNode(System::String ^ XPath) = Microsoft::Office::Core::_CustomXMLPart::SelectSingleNode;
public virtual Microsoft.Office.Core.CustomXMLNode SelectSingleNode (string XPath);
abstract member SelectSingleNode : string -> Microsoft.Office.Core.CustomXMLNode
override this.SelectSingleNode : string -> Microsoft.Office.Core.CustomXMLNode
Public Overridable Function SelectSingleNode (XPath As String) As CustomXMLNode
Parameters
- XPath
- String