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.

ParameterizedString::ToXml Method (XmlWriter^)

 

Creates an XML representation of this parameterized string and saves it to the provided XML writer.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

public:
virtual void ToXml(
	XmlWriter^ writer
) sealed

Parameters

writer
Type: System.Xml::XmlWriter^

An XmlWriter object.

Return to top
Show: