IXmlTestStore Interface

Provides a mechanism for custom persistence logic.

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

Syntax

'Declaration
Public Interface IXmlTestStore
public interface IXmlTestStore
public interface class IXmlTestStore
type IXmlTestStore =  interface end
public interface IXmlTestStore

The IXmlTestStore type exposes the following members.

Methods

  Name Description
Public method Load Loads the class from the provided XML element.
Public method Save Saves the class under the specified XmlElement.

Top

See Also

Reference

Microsoft.VisualStudio.TestTools.Common.Xml Namespace