Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the associated test run for this RunResultAndStatistics object.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public ReadOnly Property TestRun As TestRun
public TestRun TestRun { get; }
public:
property TestRun^ TestRun {
TestRun^ get ();
}
member TestRun : TestRun with get
function get TestRun () : TestRun
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.TestRun
The associated test run for this RunResultAndStatistics 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.