HtmlTagWithOffsets Class
Extends the basic HtmlTag by tracking the beginning and ending tag offsets within the HTML document.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Microsoft.VisualStudio.TestTools.WebTesting::HtmlTag
Microsoft.VisualStudio.TestTools.WebTesting::HtmlTagWithOffsets
| Name | Description | |
|---|---|---|
![]() | HtmlTagWithOffsets() | Initializes a new instance of the HtmlTagWithOffsets class. |
| Name | Description | |
|---|---|---|
![]() | Attributes | Gets a collection of attributes associated with the HTML tag.(Inherited from HtmlTag.) |
![]() | BeginOffset | Gets or set the offset for an open bracket of HtmlTag within a HTML document. |
![]() | EndOffset | Gets or set the offset for an HtmlTag close bracket within a HTML document. |
![]() | Name | Gets or sets the name of the tag.(Inherited from HtmlTag.) |
| Name | Description | |
|---|---|---|
![]() | AddAttribute(HtmlAttribute^) | |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetAttributeValue(String^) | Gets the value of a specified attribute.(Inherited from HtmlTag.) |
![]() | GetAttributeValueAsString(String^) | Gets the value of a specified attribute in string format.(Inherited from HtmlTag.) |
![]() | 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.


