DelegatingXmlDictionaryWriter.WriteStartAttribute Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes the start of an attribute with the specified local name and namespace URI.
public override void WriteStartAttribute (string prefix, string localName, string namespace);
override this.WriteStartAttribute : string * string * string -> unit
Public Overrides Sub WriteStartAttribute (prefix As String, localName As String, namespace As String)
Parameters
- prefix
- String
The namespace prefix of the attribute.
- localName
- String
The local name of the attribute.
- namespace
- String
The namespace URI for the attribute.