XNamespace.Get Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets an XNamespace for the specified Uniform Resource Identifier (URI).
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
Parameters
- namespaceName
- Type: System.String
A String that contains a namespace URI.
The returned XNamespace object is guaranteed to be atomic (that is, it is the only one in the system for that particular URI).
Show: