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

Creates a reference to the atomic type with the specified name.

Syntax

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

Parameters

name

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

The qualified name of the atomic type to reference.

Return Value

Type: XmlPrime.XdmTypeXmlPrime.XdmTypeXmlPrime::XdmType^

An XdmTypeXdmTypeXdmType instance representing the atomic type with the specified name.

Exceptions

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