XdmType.BuiltInAtomicType Method (XmlQualifiedName)XdmType.BuiltInAtomicType Method (XmlQualifiedName)XdmType::BuiltInAtomicType Method (XmlQualifiedName^)

Returns an XdmTypeXdmTypeXdmType instance which represents the specified built in atomic type.

Syntax

Public Shared Function BuiltInAtomicType( _
    name As System.Xml.XmlQualifiedName _
) As XdmType
public static XdmType BuiltInAtomicType(
    System.Xml.XmlQualifiedName name
)
public:
static XdmType^ BuiltInAtomicType(
    System.Xml::XmlQualifiedName^ name
)
 

Parameters

name

Type: System.Xml.XmlQualifiedNameSystem.Xml.XmlQualifiedNameSystem.Xml::XmlQualifiedName^

The name of the built in atomic type.

Return Value

Type: XmlPrime.XdmTypeXmlPrime.XdmTypeXmlPrime::XdmType^

An XdmTypeXdmTypeXdmType instance representing the built in type with the specified name, or null a null reference (Nothing in Visual Basic) nullptr if there is no built in type with the specified name.

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullExceptionname is null a null reference (Nothing in Visual Basic) nullptr