共用方式為


DataCollectorMessageInfo.IXmlTestStoreCustom.NamespaceUri 屬性

取得要用於儲存項目的 XML 命名空間。

命名空間:  Microsoft.VisualStudio.TestTools.Common
組件:  Microsoft.VisualStudio.QualityTools.Common (在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

語法

'宣告
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 with get
private override NamespaceUri : string with get
JScript 不支援明確介面實作。

屬性值

型別:System.String
要用於儲存項目的 XML 命名空間。

實作

IXmlTestStoreCustom.NamespaceUri

備註

這個成員是明確介面成員實作,只有在 DataCollectorMessageInfo 執行個體轉換成 IXmlTestStoreCustom 介面時,才能使用這個成員。

.NET Framework 安全性

請參閱

參考

DataCollectorMessageInfo 類別

Microsoft.VisualStudio.TestTools.Common 命名空間

IXmlTestStoreCustom