PexSettingsStoreAttributeBase.WriteXml(SafeSimpleXmlWriter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes the settings as XML attributes
public:
void WriteXml(Microsoft::ExtendedReflection::Utilities::Safe::Xml::SafeSimpleXmlWriter ^ writer);
public void WriteXml (Microsoft.ExtendedReflection.Utilities.Safe.Xml.SafeSimpleXmlWriter writer);
member this.WriteXml : Microsoft.ExtendedReflection.Utilities.Safe.Xml.SafeSimpleXmlWriter -> unit
Public Sub WriteXml (writer As SafeSimpleXmlWriter)
Parameters
- writer
- Microsoft.ExtendedReflection.Utilities.Safe.Xml.SafeSimpleXmlWriter
The writer.