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
runId
Type: GuidA Guid that uniquely identifies the test run.
.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.