Klasa HtmlAttributeWithOffsets
Rozszerza podstawowe HtmlAttribute i śledzi początkowy i końcowy przesunięcia w dokumencie HTML.
Hierarchia dziedziczenia
Object
Microsoft.VisualStudio.TestTools.WebTesting.HtmlAttribute
Microsoft.VisualStudio.TestTools.WebTesting.HtmlAttributeWithOffsets
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.WebTesting
Zestaw: Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Składnia
'Deklaracja
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
Typ HtmlAttributeWithOffsets uwidacznia następujące elementy członkowskie.
Konstruktorzy
Nazwa | Opis | |
---|---|---|
HtmlAttributeWithOffsets | Inicjuje nowe wystąpienie HtmlAttributeWithOffsets klasy. |
Początek
Właściwości
Nazwa | Opis | |
---|---|---|
BeginOffset | Zwraca lub ustawia przesunięcie pierwszego znaku w atrybutu HTML w dokumencie HTML. | |
EndOffset | Zwraca lub ustawia ostatni znak przesunięcia atrybut HTML w dokumencie HTML. | |
Name | Pobiera nazwę atrybutu ustawiony przez HtmlAttribute konstruktora. (Odziedziczone z HtmlAttribute). | |
Value | Pobiera wartość atrybutu przez HtmlAttribute konstruktora. (Odziedziczone z HtmlAttribute). |
Początek
Metody
Nazwa | Opis | |
---|---|---|
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). | |
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.
Zobacz też
Informacje
Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting