CustomXMLNode.SelectNodes Method
Selects a collection of nodes matching an XPath expression. This method differs from the _CustomXMLPart.SelectNodes(String) method in that the XPath expression will be evaluated starting with the 'expression' node as the context node.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function SelectNodes ( _
XPath As String _
) As CustomXMLNodes
'Usage
Dim instance As CustomXMLNode
Dim XPath As String
Dim returnValue As CustomXMLNodes
returnValue = instance.SelectNodes(XPath)
CustomXMLNodes SelectNodes(
string XPath
)
Parameters
XPath
Type: System.StringContains an XPath expression.
Return Value
Type: Microsoft.Office.Core.CustomXMLNodes
CustomXMLNodes