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)

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

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.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace