XdmType.FunctionType Method (XPathFunctionItem)XdmType.FunctionType Method (XPathFunctionItem)XdmType::FunctionType Method (XPathFunctionItem^)

Creates a reference to the function type for the specified function item.

Syntax

Public Shared Function FunctionType( _
    functionItem As XPathFunctionItem _
) As XdmType
public static XdmType FunctionType(
    XPathFunctionItem functionItem
)
public:
static XdmType^ FunctionType(
    XPathFunctionItem^ functionItem
)
 

Return Value

Type: XmlPrime.XdmTypeXmlPrime.XdmTypeXmlPrime::XdmType^

An XdmTypeXdmTypeXdmType instance representing type of the specified function item.