다음을 통해 공유


RunConfiguration.TestRun 속성

RunConfigurationTestRun를 가져옵니다.

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

구문

‘선언
Public ReadOnly Property TestRun As TestRun
public TestRun TestRun { get; }
public:
virtual property TestRun^ TestRun {
    TestRun^ get () sealed;
}
abstract TestRun : TestRun with get 
override TestRun : TestRun with get
final function get TestRun () : TestRun

속성 값

형식: Microsoft.VisualStudio.TestTools.Common.TestRun
TestRun 개체

구현

IExecutionRunConfiguration.TestRun

.NET Framework 보안

참고 항목

참조

RunConfiguration 클래스

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

RunConfiguration

TestRun