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 セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。