다음을 통해 공유


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에서는 명시적 인터페이스 구현을 지원하지 않습니다.

속성 값

형식: String
요소를 저장하는 데 사용할 XML 네임스페이스입니다.

구현

IXmlTestStoreCustom.NamespaceUri

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, DataCollectorMessageInfo 인스턴스가 IXmlTestStoreCustom 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

.NET Framework 보안

참고 항목

참조

DataCollectorMessageInfo 클래스

Microsoft.VisualStudio.TestTools.Common 네임스페이스

IXmlTestStoreCustom