IXPathNavigator.GetXPathNavigator method

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Function GetXPathNavigator ( _
    selectArguments As DataSourceSelectArguments _
) As XPathNavigator
'Usage
Dim instance As IXPathNavigator
Dim selectArguments As DataSourceSelectArguments
Dim returnValue As XPathNavigator

returnValue = instance.GetXPathNavigator(selectArguments)
XPathNavigator GetXPathNavigator(
    DataSourceSelectArguments selectArguments
)

Parameters

Return value

Type: System.Xml.XPath.XPathNavigator

See also

Reference

IXPathNavigator interface

IXPathNavigator members

Microsoft.SharePoint.WebControls namespace