XdmModule.LookupFunction MethodXdmModule.LookupFunction MethodXdmModule::LookupFunction Method

Looks up a function with the specified name and arity.

Syntax

Public Overridable Function LookupFunction( _
    name As System.Xml.XmlQualifiedName, _
    arity As Integer _
) As XPathFunctionItem
public virtual XPathFunctionItem LookupFunction(
    System.Xml.XmlQualifiedName name,
    int arity
)
public:
virtual XPathFunctionItem^ LookupFunction(
    System.Xml::XmlQualifiedName^ name, 
    int arity
)
 

Parameters

name

Type: System.Xml.XmlQualifiedNameSystem.Xml.XmlQualifiedNameSystem.Xml::XmlQualifiedName^

The qualified name of the function.

arity

Type: System.Int32System.Int32System::Int32

The function arity.