Method WriteEndElement
- Namespace
- Alternet.FormDesigner.Wpf.XamlDom
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
WriteEndElement()
When overridden in a derived class, closes one element and pops the corresponding namespace scope.
public override void WriteEndElement()
Exceptions
- InvalidOperationException
This results in an invalid XML document.
- InvalidOperationException
An XmlWriter method was called before a previous asynchronous operation finished. In this case, InvalidOperationException is thrown with the message “An asynchronous operation is already in progress.”