get_ArgTypes()

IXsltContextFunction::get_ArgTypes() method

Returns the supplied XML Path Language (XPath) types for the function’s argument list. This information can be used to discover the signature of the function which allows you to differentiate between overloaded functions.

virtual ArrayPtr<System::Xml::XPath::XPathResultType> System::Xml::Xsl::IXsltContextFunction::get_ArgTypes()=0

Return Value

An array of XPathResultType representing the types for the function’s argument list.

See Also