Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Raised when a test case resumes.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public MustOverride Event TestCaseResume As EventHandler(Of TestCaseResumeEventArgs)
public abstract event EventHandler<TestCaseResumeEventArgs> TestCaseResume
public:
virtual event EventHandler<TestCaseResumeEventArgs^>^ TestCaseResume {
void add (EventHandler<TestCaseResumeEventArgs^>^ value);
void remove (EventHandler<TestCaseResumeEventArgs^>^ value);
}
abstract TestCaseResume : IEvent<EventHandler<TestCaseResumeEventArgs>,
TestCaseResumeEventArgs>
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.