Mono Class Library: System.Xml.XmlWriter Overview | MembersSystem.Xml.XmlWriter.WriteEndAttribute Method |
Closes the attribute started with the XmlWriter.WriteStartAttribute(string, string) method. [Edit]
|
Type Reason InvalidOperationException The XmlWriter.WriteState is not WriteState.Attribute. [Edit]
Operation
As described above.Note to Inheritors
Override the XmlWriter.WriteStartAttribute(string, string), XmlWriter.WriteAttributeString(string, string, string), and XmlWriter.WriteEndElement methods so these methods also close any attributes that are open when they are called. [Edit]
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0