XmlWriter.WriteElementString Method (String, String, String, String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Writes an element with the specified local name, namespace URI, and value.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- prefix
- Type: System.String
The prefix of the element.
- localName
- Type: System.String
The local name of the element.
- ns
- Type: System.String
The namespace URI of the element.
- value
- Type: System.String
The value of the element.
| Exception | Condition |
|---|---|
| ArgumentException | The localName value is null or an empty string. -or- The parameter values are not valid. |
Show: