NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlTextWriter.WriteEndElement

Closes one element and pops the corresponding namespace scope.

[Visual Basic]
Overrides Public Sub WriteEndElement()
[C#]
public override void WriteEndElement();
[C++]
public: override void WriteEndElement();
[JScript]
public override function WriteEndElement();

See Also

XmlTextWriter Class | XmlTextWriter Members | System.NewXml Namespace