RunConfiguration.TestRun Property
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 with get
override TestRun : TestRun with get
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.