This documentation is archived and is not being maintained.
IXsltContextFunction Interface
Visual Studio 2010
Provides an interface to a given function defined in the Extensible Stylesheet Language for Transformations (XSLT) style sheet during runtime execution.
Assembly: System.Xml (in System.Xml.dll)
The IXsltContextFunction type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | Maxargs | Gets the maximum number of arguments for the function. This enables the user to differentiate between overloaded functions. |
![]() | Minargs | Gets the minimum number of arguments for the function. This enables the user to differentiate between overloaded functions. |
![]() | ReturnType | Gets the XPathResultType representing the XPath type returned by the function. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
