Compartir a través de


XPathMessageContext.ResolveFunction(String, String, XPathResultType[]) Método

Definición

Resuelve una referencia de función y devuelve un IXsltContextFunction que representa la función.

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

Parámetros

prefix
String

Prefijo de la función tal y como aparece en la expresión XPath.

name
String

Nombre de la función.

argTypes
XPathResultType[]

Matriz de tipos de argumento de la función que se va a resolver. Este método permite seleccionar varios métodos con el mismo nombre, por ejemplo, métodos sobrecargados.

Devoluciones

Un IXsltContextFunction que representa la función.

Excepciones

argTypes es null.

Comentarios

IXsltContextFunction se usa en tiempo de ejecución para evaluar la función.

Se aplica a