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: XmlWriterAn XmlWriter object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.