IXPathNavigator.GetXPathNavigator method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'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
)
- selectArguments
Type: System.Web.UI.DataSourceSelectArguments