XNamespace Operators and Type Conversions
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The XNamespace type exposes the following members.
| Name | Description | |
|---|---|---|
|
Addition | Combines an XNamespace object with a local name to create an XName. |
|
Equality | Returns a value indicating whether two instances of XNamespace are equal. |
|
Widening(String to XNamespace) | Converts a string containing a Uniform Resource Identifier (URI) to an XNamespace. |
|
Inequality | Returns a value indicating whether two instances of XNamespace are not equal. |
Show: