_CustomXMLPart.SelectNodes Method
Selects a collection of nodes from a custom XML part.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function SelectNodes ( _
XPath As String _
) As CustomXMLNodes
'Usage
Dim instance As _CustomXMLPart
Dim XPath As String
Dim returnValue As CustomXMLNodes
returnValue = instance.SelectNodes(XPath)
CustomXMLNodes SelectNodes(
string XPath
)
Parameters
XPath
Type: System.StringContains the XPath expression.
Return Value
Type: Microsoft.Office.Core.CustomXMLNodes
CustomXMLNodes