System.Xml
[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
For more information on using , see article Q324899, "HOW TO: Implement and Use Custom Functions When You Execute XPath Queries in Visual Basic .NET" in the Microsoft Knowledge Base at http://support.microsoft.com.
Provides an interface to a given function defined in the Extensible Stylesheet Language for Transformations (XSLT) style sheet during runtime execution.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.XPath.XPathResultType[]
To be added: an object of type 'System.Xml.XPath.XPathResultType[]'
To be added
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.
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Object
The parameter is required so that functions which require a node set can be supplied the current context node.
Provides the method to invoke the function with the given arguments in the given context.
An representing the return value of the function.
The XSLT context for the function call.
The arguments of the function call. Each argument is an element in the array.
The context node for the function call.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Int32
To be added: an object of type 'int'
To be added
Gets the maximum number of arguments for the function. This enables the user to differentiate between overloaded functions.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Int32
To be added: an object of type 'int'
To be added
Gets the minimum number of arguments for the function. This enables the user to differentiate between overloaded functions.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.XPath.XPathResultType
To be added: an object of type 'System.Xml.XPath.XPathResultType'
To be added
Gets the representing the XPath type returned by the function.