Evento UITestInterpreterCore.InterpreterProgress
Evento gerado para o andamento de atualização para interpretar o UITest.
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Sintaxe
'Declaração
Public Event InterpreterProgress As EventHandler(Of UITestProgressEventArgs)
public event EventHandler<UITestProgressEventArgs> InterpreterProgress
public:
event EventHandler<UITestProgressEventArgs^>^ InterpreterProgress {
void add (EventHandler<UITestProgressEventArgs^>^ value);
void remove (EventHandler<UITestProgressEventArgs^>^ value);
}
member InterpreterProgress : IEvent<EventHandler<UITestProgressEventArgs>,
UITestProgressEventArgs>
JScript não oferece suporte a eventos.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.VisualStudio.TestTools.UITest.CodeGeneration