Aracılığıyla paylaş


WebTestItem Sınıf

Temsil için bir temel sınıf WebTestRequest.

Devralma Hiyerarşisi

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

Ad alanı:  Microsoft.VisualStudio.TestTools.WebTesting
Derleme:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)

Sözdizimi

'Bildirim
<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

WebTestItem türü aşağıdaki üyeleri ortaya koyar.

Özellikler

  Ad Açıklama
Genel özellik ItemId Sıfır tabanlı sıra numarası öğenin Web performansını sınayın.

Üst

Yöntemler

  Ad Açıklama
Genel yöntem Clone Türetilmiş bir sınıfta geçersiz kılınmış, bu nesnenin bir kopyasını oluşturur.
Genel yöntem Equals Determines whether the specified object is equal to the current object. (Object kaynağından devralındı.)
Korumalı yöntem Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Object kaynağından devralındı.)
Genel yöntem GetHashCode Serves as the default hash function. (Object kaynağından devralındı.)
Genel yöntem GetType Gets the Type of the current instance. (Object kaynağından devralındı.)
Korumalı yöntem MemberwiseClone Creates a shallow copy of the current Object. (Object kaynağından devralındı.)
Genel yöntem RuntimeClone Bu nesnenin bir kopyası zamanında döndürür.
Genel yöntem ToString Returns a string that represents the current object. (Object kaynağından devralındı.)

Üst

Notlar

Kullanıcı kodunda kullanılacak amacı değildir.Bu sınıf, seri hale getirilebilir.

İş Parçacığı Güvenliği

Bu türün tüm genel statik (Visual Basic'te Shared) üyeleri iş parçacığı açısından güvenlidir. Hiçbir örnek üyesinin iş parçacığı açısından güvenliği garanti edilemez.

Ayrıca bkz.

Başvuru

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı

Diğer Kaynaklar

Working with Web Tests