QName Constructor (XmlQualifiedName)QName Constructor (XmlQualifiedName)QName Constructor (XmlQualifiedName^)

Initializes a new instance of the QNameQNameQName structure from an XmlQualifiedNameXmlQualifiedNameXmlQualifiedName instance.

Syntax

Public Sub New ( _
    name As System.Xml.XmlQualifiedName _
)
public QName(
    System.Xml.XmlQualifiedName name
)
public:
QName(
    System.Xml::XmlQualifiedName^ name
)
 

Parameters

name

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

The local name and namespace of the constructed QNameQNameQName value.

Exceptions

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

Remarks

The prefix of the constructed QNameQNameQName value is set to EmptyEmptyEmpty.