Share via


ParameterizedString.ToXml Method

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

'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

.NET Framework Security

See Also

Reference

ParameterizedString Class

Microsoft.TeamFoundation.TestManagement.Client Namespace

[System.XmlWriter]