Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: System.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.