XmlQualifiedName Constructor (String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the XmlQualifiedName class with the specified name.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- name
- Type: System.String
The local name to use as the name of the XmlQualifiedName object.
Show: