TestExecutionSection.SerializeToXmlElement, méthode
Sérialise les paramètres dans le nom d'élément XML fourni.
Espace de noms : Microsoft.VisualStudio.TestTools.Execution
Assembly : Microsoft.VisualStudio.QualityTools.ExecutionCommon (dans Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntaxe
'Déclaration
Protected Overrides Function SerializeToXmlElement ( _
writer As XmlWriter, _
elementName As String _
) As Boolean
protected override bool SerializeToXmlElement(
XmlWriter writer,
string elementName
)
protected:
virtual bool SerializeToXmlElement(
XmlWriter^ writer,
String^ elementName
) override
abstract SerializeToXmlElement :
writer:XmlWriter *
elementName:string -> bool
override SerializeToXmlElement :
writer:XmlWriter *
elementName:string -> bool
protected override function SerializeToXmlElement(
writer : XmlWriter,
elementName : String
) : boolean
Paramètres
- writer
Type : System.Xml.XmlWriter
Objet XmlWriter.
- elementName
Type : System.String
Nom de la section d'élément XML dans laquelle sérialiser les valeurs.
Valeur de retour
Type : System.Boolean
true si la sérialisation a réussi ; sinon, false.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.