Does nothing by default.
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Sub BeforeRemoveTestRun ( _
    runId As Guid _
)
public void BeforeRemoveTestRun(
    Guid runId
)
public:
virtual void BeforeRemoveTestRun(
    Guid runId
) sealed
abstract BeforeRemoveTestRun : 
        runId:Guid -> unit  
override BeforeRemoveTestRun : 
        runId:Guid -> unit
public final function BeforeRemoveTestRun(
    runId : Guid
)
Parameters
- runId 
 Type: Guid- A Guid that uniquely identifies the test run. 
Implements
ITip.BeforeRemoveTestRun(Guid)
.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.