Method WriteEndAttribute
- Namespace
- Alternet.FormDesigner.Wpf.XamlDom
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
WriteEndAttribute()
When overridden in a derived class, closes the previous WriteStartAttribute(string, string) call.
public override void WriteEndAttribute()
Exceptions
- 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.”