WebTest.PostPage (Evento)
Espacio de nombres: Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado: Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintaxis
'Declaración
Public Event PostPage As EventHandler(Of PostPageEventArgs)
public event EventHandler<PostPageEventArgs> PostPage
public:
event EventHandler<PostPageEventArgs^>^ PostPage {
void add (EventHandler<PostPageEventArgs^>^ value);
void remove (EventHandler<PostPageEventArgs^>^ value);
}
member PostPage : IEvent<EventHandler<PostPageEventArgs>,
PostPageEventArgs>
JScript no admite eventos.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)