Share via


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)

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

See Also

ParameterizedString Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top