This documentation is archived and is not being maintained.
BuildDefinitionXmlSerializer::ToXml Method
Visual Studio 2013
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)
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: