Udostępnij za pośrednictwem


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
Właściwość publiczna Comment Zwraca lub ustawia tekst komentarza.
Właściwość publiczna DeclarativeWebTestItemId Pobiera lub ustawia identyfikator tego żądania w badaniu deklaracyjne. (Odziedziczone z WebTestResultUnit).
Właściwość publiczna IsCompleted Zwraca wartość logiczną, która wskazuje, czy stan wynik jest ukończone. (Odziedziczone z WebTestResultUnit).
Właściwość publiczna IsSkipped Zwraca wartość logiczną, która wskazuje, czy zostało pominięte, to żądanie. (Odziedziczone z WebTestResultUnit).
Właściwość publiczna Passed Pobiera wartość logiczna, która wskazuje, czy przekazany testu wydajności sieci Web. (Zastępuje WebTestResultUnit.Passed).
Właściwość publiczna ResultStatus Zwraca lub ustawia WebTestResultStatus tej strony lub żądanie. (Odziedziczone z WebTestResultUnit).
Właściwość publiczna SourceWebTestId Zwraca lub ustawia identyfikator testu wydajności sieci Web. (Odziedziczone z WebTestResultUnit).

Początek

Metody

  Nazwa Opis
Metoda publiczna Clone Tworzy nowy WebTestResultComment to jest kopia bieżącej instancji. (Zastępuje WebTestResultUnit.Clone()).
Metoda publiczna Equals Determines whether the specified object is equal to the current object. (Odziedziczone z Object).
Metoda chroniona Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Odziedziczone z Object).
Metoda publiczna GetHashCode Serves as the default hash function. (Odziedziczone z Object).
Metoda publiczna GetRequestSize Pobiera rozmiar żądanie badania. (Zastępuje WebTestResultUnit.GetRequestSize()).
Metoda publiczna GetResponseSize Pobiera rozmiar odpowiedź, która jest wysyłana na żądanie badania. (Zastępuje WebTestResultUnit.GetResponseSize()).
Metoda publiczna GetType Gets the Type of the current instance. (Odziedziczone z Object).
Metoda chroniona MemberwiseClone Creates a shallow copy of the current Object. (Odziedziczone z Object).
Metoda publiczna 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.

Zobacz też

Informacje

Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting