The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XNamespace::GetName Method (String^)
.NET Framework (current version)
Returns an XName object created from this XNamespace and the specified local name.
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
Parameters
- localName
-
Type:
System::String^
A String that contains a local name.
Return Value
Type: System.Xml.Linq::XName^An XName created from this XNamespace and the specified local name.
The returned XName object is guaranteed to be atomic (that is, it is the only one in the system for a specific expanded name).
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.5
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
Available since 8
.NET Framework
Available since 3.5
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
Show: