Share via


DataCollectorMessageInfo.IXmlTestStoreCustom.NamespaceUri Property

Gets the XML namespace to use to store the element.

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

Syntax

'Declaration
Private ReadOnly Property NamespaceUri As String
    Implements IXmlTestStoreCustom.NamespaceUri
string IXmlTestStoreCustom.NamespaceUri { get; }
private:
virtual property String^ NamespaceUri {
    String^ get () sealed = IXmlTestStoreCustom::NamespaceUri::get;
}
private abstract NamespaceUri : string
private override NamespaceUri : string
JScript does not support explicit interface implementations.

Property Value

Type: System.String
The XML namespace to use to store the element.

Implements

IXmlTestStoreCustom.NamespaceUri

Remarks

This member is an explicit interface member implementation. It can be used only when the DataCollectorMessageInfo instance is cast to an IXmlTestStoreCustom interface.

.NET Framework Security

See Also

Reference

DataCollectorMessageInfo Class

Microsoft.VisualStudio.TestTools.Common Namespace

IXmlTestStoreCustom