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(System::String ^ prefix, System::String ^ localName, System::String ^ ns);
public override void WriteStartElement (string prefix, string localName, string ns);
override this.WriteStartElement : string * string * string -> unit
Public Overrides Sub WriteStartElement (prefix As String, localName As String, ns As String)

Parameters

prefix
String

The namespace prefix of the element.

localName
String

The local name of the element.

ns
String

The namespace URI to associate with the element.

Applies to