TestParameterCollection.ToXml Method (XmlWriter)
Writes this collection to XML.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public void ToXml(
XmlWriter writer
)
public:
virtual void ToXml(
XmlWriter^ writer
) sealed
abstract ToXml :
writer:XmlWriter -> unit
override ToXml :
writer:XmlWriter -> unit
Public Sub ToXml (
writer As XmlWriter
)
Parameters
writer
Type: System.Xml.XmlWriterAn XmlWriter object.
See Also
FromXml
TestParameterCollection Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top