Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
writer
Type: System.Xml.XmlWriterAn XmlWriter object.
See Also
ParameterizedString Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top