IXsltContextFunction.Invoke Method (XsltContext, Object(), XPathNavigator)
.NET Framework (current version)
Provides the method to invoke the function with the given arguments in the given context.
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.
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
Available since 1.1
Silverlight
Available since 4.0
Show: