HtmlTagWithOffsets Class
Extends the basic HtmlTag by tracking the beginning and ending tag offsets within the HTML document.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Class HtmlTagWithOffsets _
Inherits HtmlTag
'Usage
Dim instance As HtmlTagWithOffsets
public class HtmlTagWithOffsets : HtmlTag
public ref class HtmlTagWithOffsets : public HtmlTag
public class HtmlTagWithOffsets extends HtmlTag
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.WebTesting.HtmlTag
Microsoft.VisualStudio.TestTools.WebTesting.HtmlTagWithOffsets
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.TestTools.WebTesting Namespace