Aracılığıyla paylaş


HtmlAttributeWithOffsets Sınıf

Basic genişleten HtmlAttribute ve başlangıç ve bitiş farklarını html belgesindeki izler.

Devralma Hiyerarşisi

Object
  Microsoft.VisualStudio.TestTools.WebTesting.HtmlAttribute
    Microsoft.VisualStudio.TestTools.WebTesting.HtmlAttributeWithOffsets

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

Sözdizimi

'Bildirim
Public Class HtmlAttributeWithOffsets _
    Inherits HtmlAttribute
public class HtmlAttributeWithOffsets : HtmlAttribute
public ref class HtmlAttributeWithOffsets : public HtmlAttribute
type HtmlAttributeWithOffsets =  
    class 
        inherit HtmlAttribute 
    end
public class HtmlAttributeWithOffsets extends HtmlAttribute

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

Oluşturucular

  Ad Açıklama
Genel yöntem HtmlAttributeWithOffsets Yeni bir örneğini başlatır HtmlAttributeWithOffsets sınıfı.

Üst

Özellikler

  Ad Açıklama
Genel özellik BeginOffset Alır veya ayarlar bir html belgesindeki html özniteliğinin ilk karakter kaydır.
Genel özellik EndOffset Alır veya ayarlar bir html belgesindeki html özniteliğinin son karakter kaydır.
Genel özellik Name Öznitelik adı belirlediği alır HtmlAttribute kurucusu. (HtmlAttribute kaynağından devralındı.)
Genel özellik Value Öznitelik değerini alır HtmlAttribute kurucusu. (HtmlAttribute kaynağından devralındı.)

Üst

Yöntemler

  Ad Açıklama
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 ToString Returns a string that represents the current object. (Object kaynağından devralındı.)

Üst

İş 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