ConfigurationElement.PreSerialize(XmlWriter)
ConfigurationElement.PreSerialize(XmlWriter)
ConfigurationElement.PreSerialize(XmlWriter)
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
The XmlWriter that will be used to serialize the ConfigurationElement.
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...