Zdarzenie DataCollectionEvents.TestCasePause
Uruchamiany, jeśli w przypadku badania wstrzymuje.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.Execution
Zestaw: Microsoft.VisualStudio.QualityTools.ExecutionCommon (w Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Składnia
'Deklaracja
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>
Język JScript nie obsługuje zdarzeń.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..