다음을 통해 공유


TestResult.Test 속성

관련된 테스트를 가져오거나 설정합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.Common
어셈블리:  Microsoft.VisualStudio.QualityTools.Common(Microsoft.VisualStudio.QualityTools.Common.dll)

구문

‘선언
Public Property Test As ITestElement
public ITestElement Test { get; internal set; }
public:
property ITestElement^ Test {
    ITestElement^ get ();
    internal: void set (ITestElement^ value);
}
member Test : ITestElement with get, internal set
function get Test () : ITestElement 
internal function set Test (value : ITestElement)

속성 값

형식: Microsoft.VisualStudio.TestTools.Common.ITestElement
관련된 테스트입니다.

.NET Framework 보안

참고 항목

참조

TestResult 클래스

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

ITestElement