System.Xml.Xsl.IXsltContextFunction: Property Members

The properties of System.Xml.Xsl.IXsltContextFunction are listed below. For a list of all members, see the IXsltContextFunction Members list.

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.