XdmType.FunctionType Method ()XdmType.FunctionType Method ()XdmType::FunctionType Method ()

Returns a reference to the type that matches all function items.

Syntax

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

Return Value

Type: XmlPrime.XdmTypeXmlPrime.XdmTypeXmlPrime::XdmType^

An XdmTypeXdmTypeXdmType instance representing the type that matches all function items.

Remarks

This corresponds to the XPath 3.0 type function(*)