XdmType.Element MethodXdmType.Element MethodXdmType::Element Method

Returns an XdmTypeXdmTypeXdmType instance corresponding to the element type.

Overload List

 NameDescription
Public methodstaticElement ()Element ()Element () Returns a reference to the type matching any element.
Public methodstaticElement (string, string)Element (String, String)Element (String^, String^) Returns an XdmTypeXdmTypeXdmType instance corresponding to the element type with the specified name.
Public methodstaticElement (string, string, XmlSchemaType, bool)Element (String, String, XmlSchemaType, Boolean)Element (String^, String^, XmlSchemaType^, bool) Returns an XdmTypeXdmTypeXdmType instance corresponding to the element type with the specified name and type annotation.
Public methodstaticElement (XmlQualifiedName)Element (XmlQualifiedName)Element (XmlQualifiedName^) Returns an XdmTypeXdmTypeXdmType instance corresponding to the element type with the specified name.
Public methodstaticElement (XmlQualifiedName, XmlSchemaType, bool)Element (XmlQualifiedName, XmlSchemaType, Boolean)Element (XmlQualifiedName^, XmlSchemaType^, bool) Returns an XdmTypeXdmTypeXdmType instance corresponding to the element type with the specified name and type annotation.

Top