XmlDictionaryWriter.WriteStartAttribute Method (String, XmlDictionaryString, XmlDictionaryString)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Writes the start of an attribute with the specified prefix, local name, and namespace URI.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
'Declaration Public Overridable Sub WriteStartAttribute ( _ prefix As String, _ localName As XmlDictionaryString, _ namespaceUri As XmlDictionaryString _ )
Parameters
- prefix
- Type: System.String
The namespace prefix.
- localName
- Type: System.Xml.XmlDictionaryString
The local name of the attribute.
- namespaceUri
- Type: System.Xml.XmlDictionaryString
The namespace URI of the attribute.
Show: