DataFormWebPart.ResolveParameterValuesToXsl Method
Resolves the information related to the DataFormWebPart into the specified ArgumentClassWrapper object for XSL transformation.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Friend Function ResolveParameterValuesToXsl ( _
argList As ArgumentClassWrapper _
) As ArgumentClassWrapper
'Usage
Dim argList As ArgumentClassWrapper
Dim returnValue As ArgumentClassWrapper
returnValue = Me.ResolveParameterValuesToXsl(argList)
protected internal ArgumentClassWrapper ResolveParameterValuesToXsl(
ArgumentClassWrapper argList
)
Parameters
argList
Type: Microsoft.SharePoint.WebPartPages.ArgumentClassWrapperThe wrapper for the argument list.
Return Value
Type: Microsoft.SharePoint.WebPartPages.ArgumentClassWrapper
The wrapper for the argument list that contains the parameters and extension objects resolved from the information related to the DataFormWebPart.
Remarks
This method adds parameters and extension information objects into the argList using information from the ParameterValues property.