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)

Syntax

'Declaration
Protected Overridable Sub ModifyXsltArgumentList ( _
    argList As ArgumentClassWrapper _
)
'Usage
Dim argList As ArgumentClassWrapper

Me.ModifyXsltArgumentList(argList)
protected virtual void ModifyXsltArgumentList(
    ArgumentClassWrapper argList
)

Parameters

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.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace

ArgumentClassWrapper