Klasa PostPageEventArgs
Dostarcza dane dla WebTest.PostPage zdarzenia.
Hierarchia dziedziczenia
Object
EventArgs
Microsoft.VisualStudio.TestTools.WebTesting.PostRequestEventArgs
Microsoft.VisualStudio.TestTools.WebTesting.PostPageEventArgs
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.WebTesting
Zestaw: Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Składnia
'Deklaracja
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
Typ PostPageEventArgs uwidacznia następujące elementy członkowskie.
Właściwości
Nazwa | Opis | |
---|---|---|
PageOutcome | Pobiera wartość wskazująca, że wynik strony żądanie i odpowiedź. | |
PageStatistics | Pobiera obiekt WebTestPageStatistics, który zawiera dane statystyczne o wykonanie strony. | |
Request | Pobiera WebTestRequest to jest źródłem PostRequest zdarzenia. (Odziedziczone z PostRequestEventArgs). | |
Response | Pobiera WebTestResponse generowany przez żądanie. (Odziedziczone z PostRequestEventArgs). | |
ResponseExists | Pobiera wartość, która wskazuje, czy istnieje odpowiedzi. (Odziedziczone z PostRequestEventArgs). | |
WebTest | Pobiera WebTest , która zawiera żądanie. (Odziedziczone z PostRequestEventArgs). |
Początek
Metody
Nazwa | Opis | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Odziedziczone z Object). | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Odziedziczone z Object). | |
GetHashCode | Serves as the default hash function. (Odziedziczone z Object). | |
GetType | Gets the Type of the current instance. (Odziedziczone z Object). | |
MemberwiseClone | Creates a shallow copy of the current Object. (Odziedziczone z Object). | |
ToString | Returns a string that represents the current object. (Odziedziczone z Object). |
Początek
Bezpieczeństwo wątku
Wszystkie publiczne static (Shared w języku Visual Basic) elementy członkowskie tego typu są bezpieczne dla wątków. Wystąpienia elementów członkowskich nie dają gwarancji bezpieczeństwa wątków.