ReflectionEvent.WriteXml(SafeSimpleXmlWriter, String) 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 XML.
public:
void WriteXml(Microsoft::ExtendedReflection::Utilities::Safe::Xml::SafeSimpleXmlWriter ^ writer, System::String ^ element);
public void WriteXml (Microsoft.ExtendedReflection.Utilities.Safe.Xml.SafeSimpleXmlWriter writer, string element);
member this.WriteXml : Microsoft.ExtendedReflection.Utilities.Safe.Xml.SafeSimpleXmlWriter * string -> unit
Public Sub WriteXml (writer As SafeSimpleXmlWriter, element As String)
Parameters
- writer
- Microsoft.ExtendedReflection.Utilities.Safe.Xml.SafeSimpleXmlWriter
The writer.
- element
- String
The element.