Aracılığıyla paylaş


DataCollectionEvents.TestCasePause Olay

Bir sınama durumu durakladığında oluşturuldu.

Ad alanı:  Microsoft.VisualStudio.TestTools.Execution
Derleme:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll içinde)

Sözdizimi

'Bildirim
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 olayları desteklemez.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

DataCollectionEvents Sınıf

Microsoft.VisualStudio.TestTools.Execution Ad Alanı