IXPathNavigator.GetXPathNavigator Method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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
- selectArguments
Type: System.Web.UI.DataSourceSelectArguments
Return Value
Type: System.Xml.XPath.XPathNavigator