HtmlAttributeWithOffsets Class
Extends the basic HtmlAttribute and tracks the beginning and ending offsets within an HTML document.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Microsoft.VisualStudio.TestTools.WebTesting::HtmlAttribute
Microsoft.VisualStudio.TestTools.WebTesting::HtmlAttributeWithOffsets
| Name | Description | |
|---|---|---|
![]() | HtmlAttributeWithOffsets(String^, String^) | Initializes a new instance of the HtmlAttributeWithOffsets class. |
| Name | Description | |
|---|---|---|
![]() | BeginOffset | Gets or sets the first character offset of an HTML attribute within an HTML document. |
![]() | EndOffset | Gets or sets the last character offset of an HTML attribute within an HTML document. |
![]() | Name | Gets the attribute name set by the HtmlAttribute constructor.(Inherited from HtmlAttribute.) |
![]() | Value | Gets the attribute value set by the HtmlAttribute constructor.(Inherited from HtmlAttribute.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


