Share via


TestParameterCollection.ToXml Method

Writes this collection to XML.

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

Syntax

'Declaration
Public Sub ToXml ( _
    writer As XmlWriter _
)
public void ToXml(
    XmlWriter writer
)
public:
virtual void ToXml(
    XmlWriter^ writer
) sealed
abstract ToXml : 
        writer:XmlWriter -> unit  
override ToXml : 
        writer:XmlWriter -> unit
public final function ToXml(
    writer : XmlWriter
)

Parameters

  • writer
    Type: XmlWriter

    An XmlWriter object.

.NET Framework Security

See Also

Reference

TestParameterCollection Class

Microsoft.TeamFoundation.TestManagement.Client Namespace

FromXml