This documentation is archived and is not being maintained.

BuildDefinitionXmlSerializer::ToXml Method

Serializes the build definition to an XML serialized form.

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

public:
static void ToXml(
	IBuildDefinition^ definition, 
	XmlWriter^ writer
)

Parameters

definition
Type: Microsoft.TeamFoundation.Build.Client::IBuildDefinition

The build definition to serialize

writer
Type: System.Xml::XmlWriter

The System.Xml.XmlWriter to which the definition should be written

Show: