Share via


DelegatingXmlDictionaryWriter.WriteStartElement Method

Definition

When overridden in a derived class, writes the specified start tag and associates it with the given namespace and prefix.

public override void WriteStartElement (string prefix, string localName, string namespace);
override this.WriteStartElement : string * string * string -> unit
Public Overrides Sub WriteStartElement (prefix As String, localName As String, namespace As String)

Parameters

prefix
String

The namespace prefix of the element.

localName
String

The local name of the element.

namespace
String

The namespace URI to associate with the element.

Applies to