다음을 통해 공유


TestCaseEventArgs.TestElement 속성

현재 테스트를 가져옵니다.

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

구문

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

속성 값

형식: Microsoft.VisualStudio.TestTools.Common.ITestElement
현재 테스트입니다.

.NET Framework 보안

참고 항목

참조

TestCaseEventArgs 클래스

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

ITestElement