Share via


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.String

    An 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.

See also

Reference

DataNode class

DataNode members

Microsoft.Web.CommandUI namespace