XdmType.Element Method ()XdmType.Element Method ()XdmType::Element Method ()

Returns a reference to the type matching any element.

Syntax

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

Return Value

Type: XmlPrime.XdmTypeXmlPrime.XdmTypeXmlPrime::XdmType^

An XdmTypeXdmTypeXdmType instance representing the type matching any element.

Remarks

This corresponds to the XPath 2.0 type element().