CustomXMLPartClass.SelectNodes Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable Function SelectNodes ( _
XPath As String _
) As CustomXMLNodes
'Usage
Dim instance As CustomXMLPartClass
Dim XPath As String
Dim returnValue As CustomXMLNodes
returnValue = instance.SelectNodes(XPath)
public virtual CustomXMLNodes SelectNodes(
string XPath
)
Parameters
- XPath
Type: System.String
Return Value
Type: Microsoft.Office.Core.CustomXMLNodes
Implements
_CustomXMLPart.SelectNodes(String)