IXmlTestStoreCustom Interface
Provides a mechanism for customizing XmlStore persistence.
Namespace: Microsoft.VisualStudio.TestTools.Common.Xml
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Interface IXmlTestStoreCustom
public interface IXmlTestStoreCustom
public interface class IXmlTestStoreCustom
type IXmlTestStoreCustom = interface end
public interface IXmlTestStoreCustom
The IXmlTestStoreCustom type exposes the following members.
Properties
Name | Description | |
---|---|---|
ElementName | Gets the name of the tag to use to persist this object. | |
NamespaceUri | Gets the XML namespace to use to store the element. |
Top