Classe PostPageEventArgs
Fornece dados para o evento WebTest.PostPage.
Hierarquia de herança
Object
EventArgs
Microsoft.VisualStudio.TestTools.WebTesting.PostRequestEventArgs
Microsoft.VisualStudio.TestTools.WebTesting.PostPageEventArgs
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintaxe
'Declaração
Public Class PostPageEventArgs _
Inherits PostRequestEventArgs
public class PostPageEventArgs : PostRequestEventArgs
public ref class PostPageEventArgs : public PostRequestEventArgs
type PostPageEventArgs =
class
inherit PostRequestEventArgs
end
public class PostPageEventArgs extends PostRequestEventArgs
O tipo PostPageEventArgs expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
PageOutcome | Obtém um valor que indica o resultado da página de solicitação e resposta. |
![]() |
PageStatistics | Obtém um objeto WebTestPageStatistics que contém estatísticas sobre a execução da página. |
![]() |
Request | Obtém o WebTestRequest ou seja, a origem da PostRequest evento. (Herdado de PostRequestEventArgs.) |
![]() |
Response | Obtém o WebTestResponse que é gerada pela solicitação. (Herdado de PostRequestEventArgs.) |
![]() |
ResponseExists | Obtém um valor que indica se uma resposta existe. (Herdado de PostRequestEventArgs.) |
![]() |
WebTest | Obtém o WebTest que contém a solicitação. (Herdado de PostRequestEventArgs.) |
Superior
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Herdado de Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Herdado de Object.) |
![]() |
GetType | Gets the Type of the current instance. (Herdado de Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Herdado de Object.) |
![]() |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.