DataCollectionEvents.TestCasePause Event
Raised when a test case pauses.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public MustOverride Event TestCasePause As EventHandler(Of TestCasePauseEventArgs)
public abstract event EventHandler<TestCasePauseEventArgs> TestCasePause
public:
virtual event EventHandler<TestCasePauseEventArgs^>^ TestCasePause {
void add (EventHandler<TestCasePauseEventArgs^>^ value);
void remove (EventHandler<TestCasePauseEventArgs^>^ value);
}
abstract TestCasePause : IEvent<EventHandler<TestCasePauseEventArgs>,
TestCasePauseEventArgs>
JScript does not support events.
.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.