Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestExecutionSection::SerializeToXmlElement Method (XmlWriter^, String^)

 

Serializes the settings to the provided XML element name.

Namespace:   Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

protected:
virtual bool SerializeToXmlElement(
	XmlWriter^ writer,
	String^ elementName
) override

Parameters

writer
Type: System.Xml::XmlWriter^

An XmlWriter object.

elementName
Type: System::String^

The name of the XML element section to which to serialize the values.

Return Value

Type: System::Boolean

true if the serialization was successful; otherwise, false.

Return to top
Show: