IDataCollectionRunContext.TestRun Property
Gets a reference to the test run object.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
ReadOnly Property TestRun As TestRun
TestRun TestRun { get; }
property TestRun^ TestRun {
TestRun^ get ();
}
abstract TestRun : TestRun
function get TestRun () : TestRun
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.TestRun
A TestRun object.
.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.
See Also
Reference
IDataCollectionRunContext Interface