XmlWriter.WriteStartAttribute Method (String, String, String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
When overridden in a derived class, writes the start of an attribute with the specified prefix, local name, and namespace URI.
Assembly: System.Xml (in System.Xml.dll)
'Declaration Public MustOverride Sub WriteStartAttribute ( _ prefix As String, _ localName As String, _ ns As String _ )
Parameters
- prefix
- Type: System.String
The namespace prefix of the attribute.
- localName
- Type: System.String
The local name of the attribute.
- ns
- Type: System.String
The namespace URI for the attribute.
Show: