XPathMessageContext.ResolveFunction(String, String, XPathResultType[]) メソッド

定義

関数の参照を解決し、関数を表す IXsltContextFunction を返します。

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

パラメーター

prefix
String

XPath 式内に示されている、関数のプリフィックス。

name
String

関数の名前。

argTypes
XPathResultType[]

解決対象の関数の引数型の配列。 この配列を使用すると、同じ名前の複数のメソッド (オーバーロードされたメソッドなど) の中から 1 つ選択できるようになります。

戻り値

関数を表す IXsltContextFunction

例外

argTypesnullです。

注釈

IXsltContextFunctionは、実行時に関数を評価するために使用されます。

適用対象