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