Klasa WebTestResultComment
Reprezentuje treść komentarza wynik testu wydajności sieci Web.
Hierarchia dziedziczenia
Object
Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultUnit
Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultComment
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.WebTesting
Zestaw: Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Składnia
'Deklaracja
<SerializableAttribute> _
Public Class WebTestResultComment _
Inherits WebTestResultUnit _
Implements ICloneable
[SerializableAttribute]
public class WebTestResultComment : WebTestResultUnit,
ICloneable
[SerializableAttribute]
public ref class WebTestResultComment : public WebTestResultUnit,
ICloneable
[<SerializableAttribute>]
type WebTestResultComment =
class
inherit WebTestResultUnit
interface ICloneable
end
public class WebTestResultComment extends WebTestResultUnit implements ICloneable
Typ WebTestResultComment uwidacznia następujące elementy członkowskie.
Właściwości
Nazwa | Opis | |
---|---|---|
Comment | Zwraca lub ustawia tekst komentarza. | |
DeclarativeWebTestItemId | Pobiera lub ustawia identyfikator tego żądania w badaniu deklaracyjne. (Odziedziczone z WebTestResultUnit). | |
IsCompleted | Zwraca wartość logiczną, która wskazuje, czy stan wynik jest ukończone. (Odziedziczone z WebTestResultUnit). | |
IsSkipped | Zwraca wartość logiczną, która wskazuje, czy zostało pominięte, to żądanie. (Odziedziczone z WebTestResultUnit). | |
Passed | Pobiera wartość logiczna, która wskazuje, czy przekazany testu wydajności sieci Web. (Zastępuje WebTestResultUnit.Passed). | |
ResultStatus | Zwraca lub ustawia WebTestResultStatus tej strony lub żądanie. (Odziedziczone z WebTestResultUnit). | |
SourceWebTestId | Zwraca lub ustawia identyfikator testu wydajności sieci Web. (Odziedziczone z WebTestResultUnit). |
Początek
Metody
Nazwa | Opis | |
---|---|---|
Clone | Tworzy nowy WebTestResultComment to jest kopia bieżącej instancji. (Zastępuje WebTestResultUnit.Clone()). | |
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). | |
GetRequestSize | Pobiera rozmiar żądanie badania. (Zastępuje WebTestResultUnit.GetRequestSize()). | |
GetResponseSize | Pobiera rozmiar odpowiedź, która jest wysyłana na żądanie badania. (Zastępuje WebTestResultUnit.GetResponseSize()). | |
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.