ConfigurationElementCollection::SerializeElement Method
Writes the configuration data to an XML element in the configuration file when overridden in a derived class.
Assembly: System.Configuration (in System.Configuration.dll)
protected public: virtual bool SerializeElement( XmlWriter^ writer, bool serializeCollectionKey ) override
Parameters
- writer
- Type: System.Xml::XmlWriter
Output stream that writes XML to the configuration file.
- serializeCollectionKey
- Type: System::Boolean
true to serialize the collection key; otherwise, false.
Return Value
Type: System::Booleantrue if the ConfigurationElementCollection was written to the configuration file successfully.
| Exception | Condition |
|---|---|
| ArgumentException | One of the elements in the collection was added or replaced and starts with the reserved prefix "config" or "lock". |
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.