ConfigurationElement.PreSerialize(XmlWriter) Method

Definition

Called before serialization.

protected:
 virtual void PreSerialize(System::Xml::XmlWriter ^ writer);
protected virtual void PreSerialize (System.Xml.XmlWriter writer);
abstract member PreSerialize : System.Xml.XmlWriter -> unit
override this.PreSerialize : System.Xml.XmlWriter -> unit
Protected Overridable Sub PreSerialize (writer As XmlWriter)

Parameters

writer
XmlWriter

The XmlWriter that will be used to serialize the ConfigurationElement.

Applies to