Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XsltContext::ResolveFunction Method (String^, String^, array<XPathResultType>^)

 

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

Namespace:   System.Xml.Xsl
Assembly:  System.Xml (in System.Xml.dll)

public:
virtual IXsltContextFunction^ ResolveFunction(
	String^ prefix,
	String^ name,
	array<XPathResultType>^ ArgTypes
) abstract

Parameters

prefix
Type: System::String^

The prefix of the function as it appears in the XPath expression.

name
Type: System::String^

The name of the function.

ArgTypes
Type: array<System.Xml.XPath::XPathResultType>^

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).

Return Value

Type: System.Xml.Xsl::IXsltContextFunction^

An IXsltContextFunction representing the function.

.NET Framework
Available since 1.1
Silverlight
Available since 4.0
Return to top
Show:
© 2017 Microsoft