XPathAtomicValue.Create Method (XmlQualifiedName)XPathAtomicValue.Create Method (XmlQualifiedName)XPathAtomicValue::Create Method (XmlQualifiedName^)

Syntax

Public Shared Function Create( _
    value As System.Xml.XmlQualifiedName _
) As XPathAtomicValue
public static XPathAtomicValue Create(
    System.Xml.XmlQualifiedName value
)
public:
static XPathAtomicValue^ Create(
    System.Xml::XmlQualifiedName^ value
)
 

Parameters

value

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

The value of the created atomic value.

Exceptions

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

Remarks

The constructed xs:QName value will have prefix EmptyEmptyEmpty.