Zdarzenie DataCollectionEvents.TestStepStart
Wywoływane, gdy rozpoczyna się etap badania.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.Execution
Zestaw: Microsoft.VisualStudio.QualityTools.ExecutionCommon (w Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Składnia
'Deklaracja
Public MustOverride Event TestStepStart As EventHandler(Of TestStepStartEventArgs)
public abstract event EventHandler<TestStepStartEventArgs> TestStepStart
public:
virtual event EventHandler<TestStepStartEventArgs^>^ TestStepStart {
void add (EventHandler<TestStepStartEventArgs^>^ value);
void remove (EventHandler<TestStepStartEventArgs^>^ value);
}
abstract TestStepStart : IEvent<EventHandler<TestStepStartEventArgs>,
TestStepStartEventArgs>
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 Używanie bibliotek pochodzących z częściowo zaufanego kodu.