System.Xml.Xsl.XsltContext.ResolveFunction Method

When overridden in a derived class, resolves a function reference and returns an System.Xml.Xsl.IXsltContextFunction representing the function. The System.Xml.Xsl.IXsltContextFunction is used at execution time to get the return value of the function.

Syntax

public abstract IXsltContextFunction ResolveFunction (string prefix, string name, System.Xml.XPath.XPathResultType[] ArgTypes)

Parameters

prefix
The prefix of the function as it appears in the XPath expression.
name
The name of the function.
ArgTypes
An array of argument types for the function being resolved. This allows you to select between methods with the same name (for example, overloaded methods).

Returns

An System.Xml.Xsl.IXsltContextFunction representing the function.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Xml.Xsl
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0