Share via


ITip.BeforeRemoveTestRun Method

Called before a test run is removed.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Sub BeforeRemoveTestRun ( _
    runId As Guid _
)
void BeforeRemoveTestRun(
    Guid runId
)
void BeforeRemoveTestRun(
    Guid runId
)
abstract BeforeRemoveTestRun : 
        runId:Guid -> unit 
function BeforeRemoveTestRun(
    runId : Guid
)

Parameters

.NET Framework Security

See Also

Reference

ITip Interface

Microsoft.VisualStudio.TestTools.Common Namespace