ArgumentClassWrapper.GetXsltArguments Method
Gets the underlying System.Xml.Xsl.XsltArgumentList object.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function GetXsltArguments As XsltArgumentList
'Usage
Dim instance As ArgumentClassWrapper
Dim returnValue As XsltArgumentList
returnValue = instance.GetXsltArguments()
public XsltArgumentList GetXsltArguments()
Return Value
Type: System.Xml.Xsl.XsltArgumentList