XmlQualifiedName Class
Represents an XML qualified name.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | XmlQualifiedName() | Initializes a new instance of the XmlQualifiedName class. |
![]() | XmlQualifiedName(String^) | Initializes a new instance of the XmlQualifiedName class with the specified name. |
![]() | XmlQualifiedName(String^, String^) | Initializes a new instance of the XmlQualifiedName class with the specified name and namespace. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified XmlQualifiedName object is equal to the current XmlQualifiedName object. (Overrides Object::Equals(Object^).) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Returns the hash code for the XmlQualifiedName.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns the string value of the XmlQualifiedName.(Overrides Object::ToString().) |
![]() ![]() | ToString(String^, String^) | Returns the string value of the XmlQualifiedName. |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(XmlQualifiedName^, XmlQualifiedName^) | Compares two XmlQualifiedName objects. |
![]() ![]() | Inequality(XmlQualifiedName^, XmlQualifiedName^) | Compares two XmlQualifiedName objects. |
An XML qualified name is a namespace qualified local name in the format of namespace:localname.
Because prefixes are only required when XML is persisted or read, they are irrelevant for XmlQualifiedName objects. This class assumes that prefixes are irrelevant. It is the responsibility of the user to ensure the local name does not contain a ":".
For an example using the XmlQualifiedName class, see XmlSchemaAll.
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





