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

Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from an AnyUriAnyUriAnyUri value.

Syntax

Public Shared Function Create( _
    value As AnyUri _
) As XPathAtomicValue
public static XPathAtomicValue Create(
    AnyUri value
)
public:
static XPathAtomicValue^ Create(
    AnyUri^ value
)
 

Parameters

value

Type: XmlPrime.AnyUriXmlPrime.AnyUriXmlPrime::AnyUri^

The value of the created atomic value.

Exceptions

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