_CustomXMLPart.SelectSingleNode Method
Selects a single node within a custom XML part matching an XPath expression.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function SelectSingleNode ( _
XPath As String _
) As CustomXMLNode
'Usage
Dim instance As _CustomXMLPart
Dim XPath As String
Dim returnValue As CustomXMLNode
returnValue = instance.SelectSingleNode(XPath)
CustomXMLNode SelectSingleNode(
string XPath
)
Parameters
XPath
Type: System.StringContains an XPath expression.
Return Value
Type: Microsoft.Office.Core.CustomXMLNode
CustomXMLNodes