DataFormWebPart.ModifyXsltArgumentList Method
Allows child classes to modify the Extensible Stylesheet Language Transformation (XSLT) argument list before performing the transformation.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overridable Sub ModifyXsltArgumentList ( _
argList As ArgumentClassWrapper _
)
'Usage
Dim argList As ArgumentClassWrapper
Me.ModifyXsltArgumentList(argList)
protected virtual void ModifyXsltArgumentList(
ArgumentClassWrapper argList
)
Parameters
argList
Type: Microsoft.SharePoint.WebPartPages.ArgumentClassWrapperA variable number of arguments that are either XSLT parameters or extension objects to modify.
Remarks
This method allows parameters and extension objects to be invoked from within the style sheet. When the parameters and objects are added to the XsltArgumentList, they are associated with a namespace-qualified name and a namespace uniform resource identifier, respectively.