IXsltContextFunction.Invoke Method (XsltContext, Object(), XPathNavigator)

 

Provides the method to invoke the function with the given arguments in the given context.

Namespace:   System.Xml.Xsl
Assembly:  System.Xml (in System.Xml.dll)

Function Invoke (
	xsltContext As XsltContext,
	args As Object(),
	docContext As XPathNavigator
) As Object

Parameters

xsltContext
Type: System.Xml.Xsl.XsltContext

The XSLT context for the function call.

args
Type: System.Object()

The arguments of the function call. Each argument is an element in the array.

docContext
Type: System.Xml.XPath.XPathNavigator

The context node for the function call.

Return Value

Type: System.Object

An Object representing the return value of the function.

The docContext parameter is required so that functions which require a node set can be supplied the current context node.

.NET Framework
Available since 1.1
Silverlight
Available since 4.0
Return to top
Show: