IXsltContextFunction Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The IXsltContextFunction type exposes the following members.

Properties

  Name Description
Public property ArgTypes 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.
Public property Maxargs Gets the maximum number of arguments for the function. This enables the user to differentiate between overloaded functions.
Public property Minargs Gets the minimum number of arguments for the function. This enables the user to differentiate between overloaded functions.
Public property ReturnType Gets the XPathResultType representing the XPath type returned by the function.

Top