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 | |
|---|---|---|
| .gif) | Load | Loads the class from the provided XML element. | 
| .gif) | Save | Saves the class under the specified XmlElement. | 
Top