Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the TestRun for this RunConfiguration.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public ReadOnly Property TestRun As TestRun
public TestRun TestRun { get; }
public:
virtual property TestRun^ TestRun {
TestRun^ get () sealed;
}
abstract TestRun : TestRun
override TestRun : TestRun
final function get TestRun () : TestRun
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.TestRun
A TestRun object.
Implements
IExecutionRunConfiguration.TestRun
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.