XsltContext.ResolveFunction(String, String, XPathResultType[]) Metoda

Definice

Při přepsání v odvozené třídě přeloží odkaz na funkci a vrátí reprezentaci IXsltContextFunction funkce. Používá se IXsltContextFunction v době provádění k získání návratové hodnoty funkce.

public:
 abstract System::Xml::Xsl::IXsltContextFunction ^ ResolveFunction(System::String ^ prefix, System::String ^ name, cli::array <System::Xml::XPath::XPathResultType> ^ ArgTypes);
public abstract System.Xml.Xsl.IXsltContextFunction ResolveFunction(string prefix, string name, System.Xml.XPath.XPathResultType[] ArgTypes);
abstract member ResolveFunction : string * string * System.Xml.XPath.XPathResultType[] -> System.Xml.Xsl.IXsltContextFunction
Public MustOverride Function ResolveFunction (prefix As String, name As String, ArgTypes As XPathResultType()) As IXsltContextFunction

Parametry

prefix
String

Předpona funkce, která se zobrazí ve výrazu XPath.

name
String

Název funkce.

ArgTypes
XPathResultType[]

Pole typů argumentů pro přeloženou funkci. To vám umožní vybrat mezi metodami se stejným názvem (například přetížené metody).

Návraty

Představuje IXsltContextFunction funkci.

Platí pro