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.
Adds additional arguments to the style sheet when runtime functions are created and associates them with this XSL transform.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub AddExtensionObject ( _
namespaceURI As String, _
value As Object _
)
'Usage
Dim instance As ArgumentClassWrapper
Dim namespaceURI As String
Dim value As Object
instance.AddExtensionObject(namespaceURI, _
value)
public void AddExtensionObject(
string namespaceURI,
Object value
)
Parameters
namespaceURI
Type: System.StringThe runtime namespace.
value
Type: System.ObjectThe runtime object that will be used to extend the XSL transform.
Remarks
The XslTransform class has been replaced by the XslCompiledTransform class.