Udostępnij za pośrednictwem


Klasa WebTestItem

Reprezentuje klasa podstawowa dla WebTestRequest.

Hierarchia dziedziczenia

Object
  Microsoft.VisualStudio.TestTools.WebTesting.WebTestItem
    Microsoft.VisualStudio.TestTools.WebTesting.Comment
    Microsoft.VisualStudio.TestTools.WebTesting.IncludedWebTest
    Microsoft.VisualStudio.TestTools.WebTesting.SharepointInformation
    Microsoft.VisualStudio.TestTools.WebTesting.TransactionTimer
    Microsoft.VisualStudio.TestTools.WebTesting.WebTestConditionalConstruct
    Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequest

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.WebTesting
Zestaw:  Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Składnia

'Deklaracja
<SerializableAttribute> _
Public MustInherit Class WebTestItem _
    Implements ICloneable
[SerializableAttribute]
public abstract class WebTestItem : ICloneable
[SerializableAttribute]
public ref class WebTestItem abstract : ICloneable
[<AbstractClass>]
[<SerializableAttribute>]
type WebTestItem =  
    class 
        interface ICloneable 
    end
public abstract class WebTestItem implements ICloneable

Typ WebTestItem uwidacznia następujące elementy członkowskie.

Właściwości

  Nazwa Opis
Właściwość publiczna ItemId Badanie sekwencji od zera numer zapasu w wydajności sieci Web.

Początek

Metody

  Nazwa Opis
Metoda publiczna Clone Gdy jest ona zastępowana w klasie pochodnej, tworzy kopię tego obiektu.
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 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 RuntimeClone Zwraca klonu tego obiektu w czasie wykonywania.
Metoda publiczna ToString Returns a string that represents the current object. (Odziedziczone z Object).

Początek

Uwagi

Nie mają być używane w kodzie użytkownika.Ta klasa jest możliwy do serializacji.

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

Inne zasoby

Working with Web Tests