IXmlTestStore 接口
提供用于自定义持久性逻辑的机制。
命名空间: Microsoft.VisualStudio.TestTools.Common.Xml
程序集: Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
语法
声明
Public Interface IXmlTestStore
public interface IXmlTestStore
public interface class IXmlTestStore
type IXmlTestStore = interface end
public interface IXmlTestStore
IXmlTestStore 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
Load | 从提供的 XML 元素加载类。 | |
Save | 在指定的 XmlElement 下保存类。 |
页首