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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。