XmlDictionaryWriter.WriteAttributeString Method (String, XmlDictionaryString, XmlDictionaryString, String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Writes an attribute qualified name and value.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public void WriteAttributeString( string prefix, XmlDictionaryString localName, XmlDictionaryString namespaceUri, string value )
Parameters
- prefix
- Type: System.String
The prefix of the attribute.
- localName
- Type: System.Xml.XmlDictionaryString
The local name of the attribute.
- namespaceUri
- Type: System.Xml.XmlDictionaryString
The namespace URI of the attribute.
- value
- Type: System.String
The attribute.
Show: