DataCollectionEvents.TestCaseFailed – událost
Obor názvů: Microsoft.VisualStudio.TestTools.Execution
Sestavení: Microsoft.VisualStudio.QualityTools.ExecutionCommon (v Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntaxe
'Deklarace
Public MustOverride Event TestCaseFailed As EventHandler(Of TestCaseFailedEventArgs)
public abstract event EventHandler<TestCaseFailedEventArgs> TestCaseFailed
public:
virtual event EventHandler<TestCaseFailedEventArgs^>^ TestCaseFailed {
void add (EventHandler<TestCaseFailedEventArgs^>^ value);
void remove (EventHandler<TestCaseFailedEventArgs^>^ value);
}
abstract TestCaseFailed : IEvent<EventHandler<TestCaseFailedEventArgs>,
TestCaseFailedEventArgs>
Jazyk JScript nepodporuje události.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.