Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Raised when a test step starts.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
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>
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.