Freigeben über


IXmlTestStoreCustom.NamespaceUri-Eigenschaft

Ruft den XML-Namespace ab, der zum Speichern des Elements verwendet werden soll.

Namespace:  Microsoft.VisualStudio.TestTools.Common.Xml
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
ReadOnly Property NamespaceUri As String
    Get
string NamespaceUri { get; }
property String^ NamespaceUri {
    String^ get ();
}
abstract NamespaceUri : string
function get NamespaceUri () : String

Eigenschaftswert

Typ: System.String
Der XML-Namespace, der zum Speichern des Elements verwendet werden soll.

.NET Framework-Sicherheit

Siehe auch

Referenz

IXmlTestStoreCustom Schnittstelle

Microsoft.VisualStudio.TestTools.Common.Xml-Namespace