Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Modifies the XsltArgumentList object to contain the list view XML and the list item identifier.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Sub ModifyXsltArgumentList ( _
argList As ArgumentClassWrapper _
)
'Usage
Dim argList As ArgumentClassWrapper
Me.ModifyXsltArgumentList(argList)
protected override void ModifyXsltArgumentList(
ArgumentClassWrapper argList
)
Parameters
argList
Type: Microsoft.SharePoint.WebPartPages.ArgumentClassWrapperThe wrapper for the argument list to be modified.
Remarks
This override is invoked before the XSLT transformation is performed.