IXmlTestStoreCustom-Schnittstelle
Stellt einen Mechanismus zum Anpassen der XmlStore-Dauerhaftigkeit bereit.
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
Der IXmlTestStoreCustom-Typ macht die folgenden Member verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
ElementName | Ruft den Namen des Tags ab, das zum Speichern dieses Objekts verwendet werden soll. | |
NamespaceUri | Ruft den XML-Namespace ab, der zum Speichern des Elements verwendet werden soll. |
Zum Seitenanfang