XName Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The XName type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified XName is equal to this XName. (Overrides Object.Equals(Object).) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
Get(String) | Gets an XName object from an expanded name. |
|
Get(String, String) | Gets an XName object from a local name and a namespace. |
|
GetHashCode | Gets a hash code for this XName. (Overrides Object.GetHashCode.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns the expanded XML name in the format {namespace}localname. (Overrides Object.ToString.) |
| Name | Description | |
|---|---|---|
|
IEquatable(Of XName).Equals | Indicates whether the current XName is equal to the specified XName. |
Show: