IXsltContextFunction.Invoke(XsltContext, Object[], XPathNavigator) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the method to invoke the function with the given arguments in the given context.
public:
System::Object ^ Invoke(System::Xml::Xsl::XsltContext ^ xsltContext, cli::array <System::Object ^> ^ args, System::Xml::XPath::XPathNavigator ^ docContext);
public object Invoke(System.Xml.Xsl.XsltContext xsltContext, object[] args, System.Xml.XPath.XPathNavigator docContext);
abstract member Invoke : System.Xml.Xsl.XsltContext * obj[] * System.Xml.XPath.XPathNavigator -> obj
Public Function Invoke (xsltContext As XsltContext, args As Object(), docContext As XPathNavigator) As Object
- xsltContext
- XsltContext
The XSLT context for the function call.
- args
- Object[]
The arguments of the function call. Each argument is an element in the array.
- docContext
- XPathNavigator
The context node for the function call.
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.
Product | Versions |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: