QName StructureQName StructureQName Structure
Represents an XML qualified name consisting of a prefix, local name and namespace URI.
The corresponding XML Schema type is
xs:QName.
Syntax
Public NotInheritable QName _ Implements IEquatable(Of QName)
public sealed QName : IEquatable<QName>
public: value class QName sealed : IEquatable<QName>
The QNameQNameQName
type exposes the following members.
Constructors
| Constructor | Description | |
|---|---|---|
| QName (string, string, string)QName (String, String, String)QName (String^, String^, String^) | Initializes a new instance of the QNameQNameQName structure with the specified prefix, local name and namespace URI. | |
| QName (XmlQualifiedName)QName (XmlQualifiedName)QName (XmlQualifiedName^) | Initializes a new instance of the QNameQNameQName structure from an XmlQualifiedNameXmlQualifiedNameXmlQualifiedName instance. |
Properties
Methods
Operators
| Operator | Description | |
|---|---|---|
| EqualityEqualityEquality | Indicates whether a specified QNameQNameQName is equal to another specified QNameQNameQName. | |
| InequalityInequalityInequality | Indicates whether a specified QNameQNameQName is not equal to another specified QNameQNameQName. |
