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!

XmlWriter.WriteEndElement

Closes one element and pops the corresponding namespace scope.

[Visual Basic]
MustOverride Public Sub WriteEndElement()
[C#]
public abstract void WriteEndElement();
[C++]
public: virtual void WriteEndElement() = 0;
[JScript]
public abstract function WriteEndElement();

See Also

XmlWriter Class | XmlWriter Members | System.NewXml Namespace