Partager via


TestParameterCollection.ToXml, méthode

Écrit cette collection dans du code XML.

Espace de noms :  Microsoft.TeamFoundation.TestManagement.Client
Assembly :  Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

TestParameterCollection Classe

Microsoft.TeamFoundation.TestManagement.Client, espace de noms

FromXml