Sdílet prostřednictvím


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

Definice

Přeloží odkaz na funkci a vrátí IXsltContextFunction funkci, která představuje funkci.

public:
 override System::Xml::Xsl::IXsltContextFunction ^ ResolveFunction(System::String ^ prefix, System::String ^ name, cli::array <System::Xml::XPath::XPathResultType> ^ argTypes);
public override System.Xml.Xsl.IXsltContextFunction ResolveFunction (string prefix, string name, System.Xml.XPath.XPathResultType[] argTypes);
override this.ResolveFunction : string * string * System.Xml.XPath.XPathResultType[] -> System.Xml.Xsl.IXsltContextFunction
Public Overrides Function ResolveFunction (prefix As String, name As String, argTypes As XPathResultType()) As IXsltContextFunction

Parametry

prefix
String

Předpona funkce, jak se zobrazuje ve výrazu XPath.

name
String

Název funkce.

argTypes
XPathResultType[]

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

Návraty

Objekt IXsltContextFunction , který představuje funkci.

Výjimky

argTypes je null.

Poznámky

Nástroj se IXsltContextFunction používá v době spuštění k vyhodnocení funkce.

Platí pro