Zdarzenie TestExecution.AfterAssemblyCleanup
Występuje po zakończeniu oczyszczania zgromadzenie.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UnitTesting
Zestaw: Microsoft.VisualStudio.QualityTools.UnitTestFramework (w Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Składnia
'Deklaracja
Public MustOverride Event AfterAssemblyCleanup As EventHandler(Of AfterAssemblyCleanupEventArgs)
public abstract event EventHandler<AfterAssemblyCleanupEventArgs> AfterAssemblyCleanup
public:
virtual event EventHandler<AfterAssemblyCleanupEventArgs^>^ AfterAssemblyCleanup {
void add (EventHandler<AfterAssemblyCleanupEventArgs^>^ value);
void remove (EventHandler<AfterAssemblyCleanupEventArgs^>^ value);
}
abstract AfterAssemblyCleanup : IEvent<EventHandler<AfterAssemblyCleanupEventArgs>,
AfterAssemblyCleanupEventArgs>
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..
Zobacz też
Informacje
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UnitTesting