Share via


ArgumentClassWrapper.AddExtensionObject Method

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

  • value
    Type: System.Object

    The runtime object that will be used to extend the XSL transform.

Remarks

The XslTransform class has been replaced by the XslCompiledTransform class.

See Also

Reference

ArgumentClassWrapper Class

ArgumentClassWrapper Members

Microsoft.SharePoint.WebPartPages Namespace