XmlDictionaryWriter.WriteQualifiedName Method (XmlDictionaryString, XmlDictionaryString)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Writes the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public virtual void WriteQualifiedName( XmlDictionaryString localName, XmlDictionaryString namespaceUri )
Parameters
- localName
- Type: System.Xml.XmlDictionaryString
The local name of the qualified name.
- namespaceUri
- Type: System.Xml.XmlDictionaryString
The namespace URI of the qualified name.
| Exception | Condition |
|---|---|
| ArgumentNullException | localName is null. |
Show: