Lezen in het Engels

Delen via


TimerResult.Save Method

Saves this object in the provided XML element by using the provided parameters.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

C#
public void Save(
    XmlElement element,
    XmlTestStoreParameters parameters
)

Parameters

Implements

IXmlTestStore.Save(XmlElement, XmlTestStoreParameters)

.NET Framework Security

See Also

Reference

TimerResult Class

Microsoft.VisualStudio.TestTools.Common Namespace

XmlElement

XmlTestStoreParameters

IPersistable