DataNode.SelectNodes Method
Selects a group of nodes based on the specified XPath expression.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Public Function SelectNodes ( _
xpath As String _
) As RibbonNodeList
'Usage
Dim instance As DataNode
Dim xpath As String
Dim returnValue As RibbonNodeList
returnValue = instance.SelectNodes(xpath)
public RibbonNodeList SelectNodes(
string xpath
)
Parameters
xpath
Type: System.StringAn XPath expression used to select nodes.
Return Value
Type: Microsoft.Web.CommandUI.RibbonNodeList
A RibbonNodeList that contains the nodes specified by the xpath parameter.
Remarks
Only a limited set of XPath expressions are supported in this method.