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
Public property ElementName Gets the name of the tag to use to persist this object.
Public property NamespaceUri Gets the XML namespace to use to store the element.

Top

See Also

Reference

Microsoft.VisualStudio.TestTools.Common.Xml Namespace