System.Xml.Xsl.IXsltContextFunction Members

The members of System.Xml.Xsl.IXsltContextFunction are listed below.

Public Properties

[read-only]
ArgTypesSystem.Xml.XPath.XPathResultType[].

Gets the supplied XML Path Language (XPath) types for the function's argument list. This information can be used to discover the signature of the function which allows you to differentiate between overloaded functions.

[read-only]
Maxargsint.

Gets the maximum number of arguments for the function. This enables the user to differentiate between overloaded functions.

[read-only]
Minargsint.

Gets the minimum number of arguments for the function. This enables the user to differentiate between overloaded functions.

[read-only]
ReturnTypeSystem.Xml.XPath.XPathResultType.

Gets the System.Xml.XPath.XPathResultType representing the XPath type returned by the function.

Public Methods

Invoke(XsltContext, object[], System.Xml.XPath.XPathNavigator) : object

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